]> git.ipfire.org Git - thirdparty/zstd.git/commit
[linux] Remove usage of deprecated function
authorNick Terrell <terrelln@meta.com>
Fri, 17 Nov 2023 00:53:44 +0000 (16:53 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 17 Nov 2023 17:54:10 +0000 (09:54 -0800)
commitc2d470581eaee3dc9f747dbab16d1fc0816f94aa
treefd2c97bd74ae6c28c9075020a64ef06a77c68a9a
parenta419265d30f4fa05caa8df0b12fac1ce2558ec6a
[linux] Remove usage of deprecated function

ZSTD_resetDStream() is deprecated and replaced by ZSTD_DCtx_reset().
This removes deprecation warnings from the kernel build.

This change is a no-op, see the docs suggesting this replacement.

https://github.com/facebook/zstd/blob/fcbf2fde9ac7ce1562c7b3a394350e764bcb580f/lib/zstd.h#L2655-L2663
contrib/linux-kernel/zstd_decompress_module.c