]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: use COMPRESS_MAPPING to get compress cache mapping
authorZhang Qilong <zhangqilong3@huawei.com>
Tue, 30 Aug 2022 06:55:15 +0000 (14:55 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Oct 2022 20:31:42 +0000 (13:31 -0700)
commit42a9b0ffa342348082edbbe5f0ad3267bb547862
tree0652fbf108a8cd5e214e0936da4535fcf64e0298
parent1f7ffe421a328f42392bf9a8ff0f928db8df63a8
f2fs: use COMPRESS_MAPPING to get compress cache mapping

Just use the defined COMPRESS_MAPPING to get compress cache
mapping instaed of direct accessing name.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/compress.c