diff options
author | Nick Terrell <[email protected]> | 2020-09-11 16:49:00 -0700 |
---|---|---|
committer | Nick Terrell <[email protected]> | 2021-11-08 16:55:21 -0800 |
commit | cf30f6a5f0c60ec98a637b836bef6915f602c6ab (patch) | |
tree | adcf2375d3069e173cdb1c1e1961ac168fd03d52 /lib/zstd/zstd_decompress_module.c | |
parent | d2f38a3c6507b2520101f9a3807ed98f1bdc545a (diff) |
lib: zstd: Add kernel-specific API
This patch:
- Moves `include/linux/zstd.h` -> `include/linux/zstd_lib.h`
- Updates modified zstd headers to yearless copyright
- Adds a new API in `include/linux/zstd.h` that is functionally
equivalent to the in-use subset of the current API. Functions are
renamed to avoid symbol collisions with zstd, to make it clear it is
not the upstream zstd API, and to follow the kernel style guide.
- Updates all callers to use the new API.
There are no functional changes in this patch. Since there are no
functional change, I felt it was okay to update all the callers in a
single patch. Once the API is approved, the callers are mechanically
changed.
This patch is preparing for the 3rd patch in this series, which updates
zstd to version 1.4.10. Since the upstream zstd API is no longer exposed
to callers, the update can happen transparently.
Signed-off-by: Nick Terrell <[email protected]>
Tested By: Paul Jones <[email protected]>
Tested-by: Oleksandr Natalenko <[email protected]>
Tested-by: Sedat Dilek <[email protected]> # LLVM/Clang v13.0.0 on x86-64
Tested-by: Jean-Denis Girard <[email protected]>
Diffstat (limited to 'lib/zstd/zstd_decompress_module.c')
0 files changed, 0 insertions, 0 deletions