Skip to content
Commit ee6d182f authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: remove syncing inode page in all the cases



This patch reduces to call them across the whole tree.
- sync_inode_page()
- update_inode_page()
- update_inode()
- f2fs_write_inode()

Instead, checkpoint will flush all the dirty inode metadata before syncing
node pages.
Note that, this is doable, since we call mark_inode_dirty_sync() for all
inode's field change which needs to update on-disk inode as well.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 0f18b462
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment