Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1614091d authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: remove obsolete code



This patch removes obsolete code in which summary variable is not needed.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent cb3bc9ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -407,8 +407,6 @@ static int do_recover_data(struct f2fs_sb_info *sbi, struct inode *inode,
		dn.ofs_in_node++;
	}

	/* write node page in place */
	set_summary(&sum, dn.nid, 0, 0);
	if (IS_INODE(dn.node_page))
		sync_inode_page(&dn);