OSDN Git Service

f2fs: should not truncate any inline_dentry
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 16 Oct 2014 19:24:14 +0000 (12:24 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Nov 2014 00:07:34 +0000 (16:07 -0800)
commit5ab18570b85cf3071875a36b88bc5ed27d0b6ef7
treee53cb8ff459c9292ccda732eb98b25374764f3dd
parent38594de767b32db62b7213631772d050690d3803
f2fs: should not truncate any inline_dentry

If the inode has inline_dentry, we should not truncate any block indices.

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