Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: fix a wrong condition in f2fs_skip_inode_update
Fix commit 97dd26a (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>
- Loading branch information