Skip to content
Commit 9c948f53 authored by Joao Marcos Costa's avatar Joao Marcos Costa Committed by Tom Rini
Browse files

fs/squashfs: add support for ZSTD decompression



Add call to ZSTD's ZSTD_decompressDCtx(). In this use case, the caller
can upper bound the decompressed size, which will be the SquashFS data
block (or metadata block) size, so there is no need to use streaming
API. Add ZSTD's worskpace to squashfs_ctxt structure.

Signed-off-by: default avatarJoao Marcos Costa <joaomarcos.costa@bootlin.com>
parent cdc11441
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment