Skip to content
Commit 4782c725 authored by Nick Terrell's avatar Nick Terrell
Browse files

zstd: Move zstd-common module exports to zstd_common_module.c



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: default avatarNick Terrell <terrelln@fb.com>
parent 19d7df98
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment