]> Git Repo - u-boot.git/commit
fs/squashfs: enable LZ4 compression support
authorDavid Oberhollenzer <[email protected]>
Mon, 6 Nov 2023 10:14:03 +0000 (11:14 +0100)
committerTom Rini <[email protected]>
Thu, 16 Nov 2023 23:53:09 +0000 (18:53 -0500)
commitfa894a36a9090c53050cf0e9cf186c4521209974
treef8c52aef27a87acefd355c1d98518b47341eca70
parent99374ff189dab2d678449d3dcf3756dccfd2acc2
fs/squashfs: enable LZ4 compression support

The structure is identical to the existing compressor implementations,
trivially adding lz4 decompression to sqfs_decompress.

The changes were tested using a sandbox build. An LZ4 compressed
squashfs image was bound as a host block device.

Signed-off-by: David Oberhollenzer <[email protected]>
Reviewed-by: Joao Marcos Costa <[email protected]>
fs/squashfs/sqfs_decompressor.c
This page took 0.035153 seconds and 4 git commands to generate.