summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
diff options
context:
space:
mode:
authorYi Zhuang <zhuangyi1@huawei.com>2021-04-06 09:47:35 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2021-04-10 10:36:39 -0700
commit5f029c045c948b6cb8ccfda614e73240c4a8363b (patch)
tree48e1b4c1367a03473896b43968d61dffdab42189 /fs/f2fs/xattr.c
parentc35b8d5e757e0fd0144890b7b536f7b756f3a648 (diff)
downloadlinux-stable-5f029c045c948b6cb8ccfda614e73240c4a8363b.tar.gz
linux-stable-5f029c045c948b6cb8ccfda614e73240c4a8363b.tar.bz2
linux-stable-5f029c045c948b6cb8ccfda614e73240c4a8363b.zip
f2fs: clean up build warnings
This patch combined the below three clean-up patches. - modify open brace '{' following function definitions - ERROR: spaces required around that ':' - ERROR: spaces required before the open parenthesis '(' - ERROR: spaces prohibited before that ',' - Made suggested modifications from checkpatch in reference to WARNING: Missing a blank line after declarations Signed-off-by: Yi Zhuang <zhuangyi1@huawei.com> Signed-off-by: Jia Yang <jiayang5@huawei.com> Signed-off-by: Jack Qiu <jack.qiu@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/xattr.c')
-rw-r--r--fs/f2fs/xattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/xattr.c b/fs/f2fs/xattr.c
index 490f843ec3bf..c8f34decbf8e 100644
--- a/fs/f2fs/xattr.c
+++ b/fs/f2fs/xattr.c
@@ -488,6 +488,7 @@ static inline int write_all_xattrs(struct inode *inode, __u32 hsize,
f2fs_wait_on_page_writeback(xpage, NODE, true, true);
} else {
struct dnode_of_data dn;
+
set_new_dnode(&dn, inode, NULL, NULL, new_nid);
xpage = f2fs_new_node_page(&dn, XATTR_NODE_OFFSET);
if (IS_ERR(xpage)) {