mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-10-29 20:22:52 +10:00
Adds decompress_sources.h which includes every .c file necessary for zstd decompression. This is used in decompress_unzstd.c so the internal structure of the library isn't exposed. This allows us to upgrade the zstd library version without modifying any callers. Instead we just need to update decompress_sources.h. Signed-off-by: Nick Terrell <terrelln@fb.com> Tested By: Paul Jones <paul@pauljones.id.au> Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # LLVM/Clang v13.0.0 on x86-64 Tested-by: Jean-Denis Girard <jd.girard@sysnux.pf> |
||
|---|---|---|
| .. | ||
| bitstream.h | ||
| compress.c | ||
| decompress_sources.h | ||
| decompress.c | ||
| entropy_common.c | ||
| error_private.h | ||
| fse_compress.c | ||
| fse_decompress.c | ||
| fse.h | ||
| huf_compress.c | ||
| huf_decompress.c | ||
| huf.h | ||
| Makefile | ||
| mem.h | ||
| zstd_common.c | ||
| zstd_internal.h | ||
| zstd_opt.h | ||