]> www.infradead.org Git - users/jedix/linux-maple.git/commit
erofs: move each decompressor to its own source file
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 9 Jul 2024 09:41:04 +0000 (17:41 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 9 Jul 2024 11:04:40 +0000 (19:04 +0800)
commit392d20ccef22cb471856f41860737e6306bee0b9
tree9c87bcbd5be24a564d663a5315c20d72001e367a
parent2080ca1ed3e43233c4e8480c0b9d2840886de01e
erofs: move each decompressor to its own source file

Thus *_config() function declarations can be avoided.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240709094106.3018109-1-hsiangkao@linux.alibaba.com
fs/erofs/compress.h
fs/erofs/decompressor.c
fs/erofs/decompressor_deflate.c
fs/erofs/decompressor_lzma.c
fs/erofs/decompressor_zstd.c
fs/erofs/zdata.c