commit | 235831d7dd783ebd20e08ef4310dbdeeea46d87a | [log] [tgz] |
---|---|---|
author | Junling Zheng <zhengjunling@huawei.com> | Thu Mar 29 19:27:12 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Apr 02 13:21:51 2018 -0700 |
tree | 55e5fff33db29129c03c837e72ef76e0d6ae2784 | |
parent | 53fedcc09c66c68e0fa7ccef0fe9c15f96dca452 [diff] |
f2fs: fix a wrong condition in f2fs_skip_inode_update Fix commit 97dd26ad8347 (f2fs: fix wrong AUTO_RECOVER condition). We should use ~PAGE_MASK to determine whether i_size is aligned to the f2fs's block size or not. Signed-off-by: Junling Zheng <zhengjunling@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>