Home
last modified time | relevance | path

Searched hist:"235831 d7dd783ebd20e08ef4310dbdeeea46d87a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.hdiff 235831d7dd783ebd20e08ef4310dbdeeea46d87a Thu Mar 29 06:27:12 CDT 2018 Junling Zheng <zhengjunling@huawei.com> 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>