Re: [PATCH 10/10] AXFS: axfs_uncompress.c

From: Jared Hulbert
Date: Thu Aug 21 2008 - 10:35:48 EST


> If you want support for multiple decompression algorithms, you can switch
> from using zlib_inflate*() directly to calling zlib through the crypto API.
> Then you can call crypto_alloc_comp() with the correct decompression algorithm
> name.
>
> For squashfs, I had to modify only ca. 40 lines of code.

I definately want to support multiple formats. I have a flag in the
superblock all ready to go for that. One problem. I'm not sure how
to do it. Can you point us to some reference code?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/