f2fs: fix incorrectly stat number of inline data inode
authorChao Yu <chao2.yu@samsung.com>
Mon, 16 Feb 2015 08:20:27 +0000 (16:20 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 3 Mar 2015 17:58:45 +0000 (09:58 -0800)
commit3c0d84d6f1dde0a85f20957954fffb209edc55ac
treeea54749732f04adee95625208883a08921b50afc
parent97dc3fd2cbbf6dac239333083a8a005bf50c96e8
f2fs: fix incorrectly stat number of inline data inode

We should stat inline data information for temp file in f2fs_tmpfile if we
enable inline_data feature.

Otherwise, inline data stat number will be wrong after this temp file is
evicted.

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