diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-12-08 21:02:29 -0500 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-13 15:51:20 -0500 |
commit | 81bb8debd0d570dc67dc1e9d8b612632cb941893 (patch) | |
tree | c76e83b286af6c6f44785afe95d7bbcf89eb73ce /fs/squashfs/squashfs_fs.h | |
parent | 581548db3b3c0f6e25b500329eb02e3c72e7acbe (diff) |
Squashfs: add XZ compression support
Add support for reading file systems compressed with the
XZ compression algorithm.
This patch adds the XZ decompressor wrapper code.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/squashfs_fs.h')
-rw-r--r-- | fs/squashfs/squashfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h index c5137fc9ab11..39533feffd6d 100644 --- a/fs/squashfs/squashfs_fs.h +++ b/fs/squashfs/squashfs_fs.h | |||
@@ -238,6 +238,7 @@ struct meta_index { | |||
238 | #define ZLIB_COMPRESSION 1 | 238 | #define ZLIB_COMPRESSION 1 |
239 | #define LZMA_COMPRESSION 2 | 239 | #define LZMA_COMPRESSION 2 |
240 | #define LZO_COMPRESSION 3 | 240 | #define LZO_COMPRESSION 3 |
241 | #define XZ_COMPRESSION 4 | ||
241 | 242 | ||
242 | struct squashfs_super_block { | 243 | struct squashfs_super_block { |
243 | __le32 s_magic; | 244 | __le32 s_magic; |