diff options
author | Mikhail Zaslonko <[email protected]> | 2023-01-26 14:14:26 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-02-02 22:50:09 -0800 |
commit | 9fec9f8ea51c782d58a8b86f8e868fc06c782386 (patch) | |
tree | 12df6a553a6eb2bdc0d61861462ae254eb6f44eb /tools/lib/api/fs/tracing_path.c | |
parent | cbf125408d1ca141cc1c3f8376e091e3cdde2cb2 (diff) |
lib/zlib: Split deflate and inflate states for DFLTCC
Currently deflate and inflate both use a common state struct. There are
several variables in this struct that we don't need for inflate, and
more may be coming in the future. Therefore split them in two separate
structs.
Apart from that, introduce separate headers for dfltcc_deflate and
dfltcc_inflate.
This commit is based on:
https://github.com/zlib-ng/zlib-ng/commit/c592b1b
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Mikhail Zaslonko <[email protected]>
Acked-by: Ilya Leoshkevich <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
0 files changed, 0 insertions, 0 deletions