Merge tag 'compiler-attributes-for-linus-v5.13-rc6' of git://github.com/ojeda/linux
[linux-2.6-microblaze.git] / fs / f2fs / xattr.c
index 490f843..c8f34de 100644 (file)
@@ -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)) {