drivers/staging/erofs/unzip_vle.h
0 → 100644
+35
−0
drivers/staging/erofs/unzip_vle_lz4.c
0 → 100644
+209
−0
Loading
Currently, this patch only simply implements LZ4 decompressor due to its development priority. In the future, erofs will support more compression algorithm and format other than LZ4, thus a generic decompressor interface will be needed. Signed-off-by:Gao Xiang <gaoxiang25@huawei.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>