mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
The zstd codebase is imported from the upstream zstd repo, and is over-written on every update. Upstream keeps the kernel specific code separate from the main library. So the module definition is moved into the zstd_common_module.c file. This matches the pattern followed by the zstd-compress and zstd-decompress files. I've done build and boot testing on x86-64, i386, and aarch64. I've verified that zstd built both as modules and built-in build and boot. Signed-off-by: Nick Terrell <terrelln@fb.com> |
||
|---|---|---|
| .. | ||
| common | ||
| compress | ||
| decompress | ||
| decompress_sources.h | ||
| Makefile | ||
| zstd_common_module.c | ||
| zstd_compress_module.c | ||
| zstd_decompress_module.c | ||