f2fs: fix to convert inline inode in ->setattr
authorChao Yu <chao2.yu@samsung.com>
Tue, 1 Dec 2015 03:36:16 +0000 (11:36 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 4 Dec 2015 21:14:44 +0000 (13:14 -0800)
commit0cab80ee0c9e17337468c4c0f96786ccbca693d9
tree9694a8f3442ceb8b488e27cc16fddb09809d3ee1
parent3519e3f992995d46c200134cfbf84c61b7a01f4c
f2fs: fix to convert inline inode in ->setattr

In commit 3c4541452748 ("f2fs: do not trim preallocated blocks when
truncating after i_size"), in order to follow the regulation: "truncate(x)
where x > i_size will not trim all blocks past i_size." like other file
systems, in ->setattr we invoked truncate_setsize instead of f2fs_truncate
to avoid unneeded block trimming in such case, but forgot to call
f2fs_convert_inline_inode keep consistency of inline data conversion rule.

This patch fixes to convert inline data if necessary.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c
This page took 0.025294 seconds and 5 git commands to generate.