aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/squashfs_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/squashfs/squashfs_fs.h')
-rw-r--r--fs/squashfs/squashfs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
index 4b2beda49498..506f4ba5b983 100644
--- a/fs/squashfs/squashfs_fs.h
+++ b/fs/squashfs/squashfs_fs.h
@@ -240,6 +240,7 @@ struct meta_index {
240#define LZMA_COMPRESSION 2 240#define LZMA_COMPRESSION 2
241#define LZO_COMPRESSION 3 241#define LZO_COMPRESSION 3
242#define XZ_COMPRESSION 4 242#define XZ_COMPRESSION 4
243#define LZ4_COMPRESSION 5
243 244
244struct squashfs_super_block { 245struct squashfs_super_block {
245 __le32 s_magic; 246 __le32 s_magic;