]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
f2fs: support in-memory inode checksum when checking consistency
authorWeichao Guo <guoweichao@huawei.com>
Fri, 9 Mar 2018 15:10:21 +0000 (23:10 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 27 Jul 2018 09:03:59 +0000 (18:03 +0900)
commit54c55c4e4fc7ec35f96a3b6a626314b0b7256137
treef32b8aa53f4fc9fc633cbc6ffcee1b54e03c8ec8
parent4e423832a675af671eab9d8a3d96636aa63faa9e
f2fs: support in-memory inode checksum when checking consistency

Enable in-memory inode checksum to protect metadata blocks from
in-memory scribbles when checking consistency, which has no
performance requirements.

Signed-off-by: Weichao Guo <guoweichao@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inode.c
fs/f2fs/node.c
fs/f2fs/node.h