mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 09:56:00 +00: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++;
|
dn.ofs_in_node++;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* write node page in place */
|
|
||||||
set_summary(&sum, dn.nid, 0, 0);
|
|
||||||
if (IS_INODE(dn.node_page))
|
if (IS_INODE(dn.node_page))
|
||||||
sync_inode_page(&dn);
|
sync_inode_page(&dn);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user