commit | 8bfbfb0ddd706b1ce2e89259ecc45f192c0ec2bf | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon May 10 17:30:32 2021 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue May 11 14:48:12 2021 -0700 |
tree | 1c2a7aa736f11f1080c1e9782a28a4476859dd06 | |
parent | a949dc5f2c5cfe0c910b664650f45371254c0744 [diff] |
f2fs: compress: fix to assign cc.cluster_idx correctly In f2fs_destroy_compress_ctx(), after f2fs_destroy_compress_ctx(), cc.cluster_idx will be cleared w/ NULL_CLUSTER, f2fs_cluster_blocks() may check wrong cluster metadata, fix it. Fixes: 4c8ff7095bef ("f2fs: support data compression") Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>