f2fs: don't convert inline inode when inline_data option is disable
authorChao Yu <chao2.yu@samsung.com>
Wed, 23 Dec 2015 09:51:35 +0000 (17:51 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 30 Dec 2015 18:14:10 +0000 (10:14 -0800)
commitfba48a8b14f405afc5c80a93ed64a12607dd52c4
tree0ad50ea3dfbba5b514c2828850ba544ccb9082ca
parentc34f42e2cb2d27650549306de5ff36839e9177d6
f2fs: don't convert inline inode when inline_data option is disable

If inline_data option is disable, when truncating an inline inode with
size which is not exceed maxinum inline size, we should not convert
inline inode to regular one to avoid the overhead of synchronizing
conversion.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inline.c
fs/f2fs/namei.c