commit | 71ad682c1c295f1ba4eec7478384138b6ad4dab2 | [log] [tgz] |
---|---|---|
author | Weichao Guo <guoweichao@huawei.com> | Fri Sep 29 22:43:23 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Oct 10 12:49:52 2017 -0700 |
tree | 5bf2e1c1375b2f8e7290df32f4a7f8dee58e6334 | |
parent | 71cb4afff80cee2b0f0dfda32f55e4e8d4f1153d [diff] |
f2fs: convert inline data for direct I/O & FI_NO_PREALLOC In FI_NO_PREALLOC cases, direct I/O path may allocate blocks for an inode but keep its inline data flag. This inconsistency may trigger vfs clear_inode nrpages bug_on when evicting the inode. We should convert inline data first in this case. Signed-off-by: Weichao Guo <guoweichao@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>