]> 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 <terrelln@meta.com>
Fri, 17 Nov 2023 01:08:19 +0000 (17:08 -0800)
commit58b3ef79eb9f1e6613684ea6e5b89720660ee8b6
treefe17a25d0f759100e45e6d7f25c0c0d23acf8314
parentca498343dd9932a9b6463eefda96c05b2c567391
[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