mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:20:55 +07:00
f2fs: remove obsolete code
This patch removes obsolete code in which summary variable is not needed. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
cb3bc9ee06
commit
1614091dc1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user