aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2016-05-20 16:32:49 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:33:39 +0200
commit24adb6843dab0a50d689082a926d53c11f8804ca (patch)
treed1aaabdeb3f02f2f8a6c6c0c6800a14215fc6d1a /include/linux
parentff2888d67964aeaa1a0408d4b6c5b71be4c72621 (diff)
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: Jaegeuk Kim <jaegeuk@kernel.org> Conflicts: fs/f2fs/namei.c
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions