f2fs: avoid needless sync_inode_page when reading inline_data
authorJaegeuk Kim <jaegeuk@kernel.org>
Mon, 25 Jan 2016 18:48:50 +0000 (10:48 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 23 Feb 2016 00:07:23 +0000 (16:07 -0800)
commitae96e7bdd42739ef677a8a5d2d39d3eac5a4ff59
treeecf78d6cff2d371dd9dc44886a4915375ac3766f
parent52f803371200bc86d4d028693d06a627fe11f740
f2fs: avoid needless sync_inode_page when reading inline_data

In write_begin, if there is an inline_data, f2fs loads it into 0'th data page.
Since it's the read path, we don't need to sync its inode page.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c