[PATCH v4 1/5] fs/squashfs: Add init and clean-up functions to decompression

Tom Rini trini at konsulko.com
Tue Aug 25 14:15:47 CEST 2020


On Tue, Aug 18, 2020 at 05:17:21PM +0200, Joao Marcos Costa wrote:

> Add sqfs_decompressor_init() and sqfs_decompressor_cleanup(). These
> functions are called respectively in sqfs_probe() and sqfs_close(). For
> now, only ZSTD requires an initialization logic. ZSTD support will be
> added in a follow-up commit.
> 
> Move squashfs_ctxt definition to sqfs_filesystem.h. This structure is
> passed to sqfs_decompressor_init() and sqfs_decompressor_cleanup(), so
> it can no longer be local to sqfs.c.
> 
> Signed-off-by: Joao Marcos Costa <joaomarcos.costa at bootlin.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200825/01b7df3f/attachment.sig>


More information about the U-Boot mailing list