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
Showing
- fs/erofs/compress.h 5 additions, 15 deletionsfs/erofs/compress.h
- fs/erofs/decompressor.c 11 additions, 25 deletionsfs/erofs/decompressor.c
- fs/erofs/decompressor_deflate.c 9 additions, 3 deletionsfs/erofs/decompressor_deflate.c
- fs/erofs/decompressor_lzma.c 9 additions, 3 deletionsfs/erofs/decompressor_lzma.c
- fs/erofs/decompressor_zstd.c 9 additions, 3 deletionsfs/erofs/decompressor_zstd.c
- fs/erofs/zdata.c 1 addition, 1 deletionfs/erofs/zdata.c
Please register or sign in to comment