commit | ee6d182f2a19d5d44607b5ae4bec523726d76a99 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri May 20 16:32:49 2016 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Jun 02 18:05:12 2016 -0700 |
tree | 514092851eb0e974c6ac8add90fed10056b84998 | |
parent | 0f18b462b2e5aff64b8638e8a47284b907351ef3 [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>