]> git.ipfire.org Git - thirdparty/zstd.git/commit
[contrib][linux] Make zstd_reset_cstream() functionally identical to ZSTD_resetCStream() 3088/head
authorCyber Knight <cyberknight755@gmail.com>
Thu, 10 Mar 2022 07:32:13 +0000 (15:32 +0800)
committerCyber Knight <cyberknight755@gmail.com>
Thu, 10 Mar 2022 07:32:13 +0000 (15:32 +0800)
commit498ac8238d98cc5f7153fa58a5e0a5222ffd88be
treefa93d27709419fb4c10ae5b85229f76d84ffe42c
parent8ff20c25f38f62cd1e898cf81173e280f42327f5
[contrib][linux] Make zstd_reset_cstream() functionally identical to ZSTD_resetCStream()

- As referenced by Nick Terrelln ~ the ZSTD maintainer in the linux kernel, making zstd_reset_cstream() functionally identical to ZSTD_resetCStream() would be the perfect way to fix the warning without touching any core functions or breaking other parts of the code.

Suggested-by: Nick Terrell <terrelln@fb.com>
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
contrib/linux-kernel/zstd_compress_module.c