diff options
Diffstat (limited to 'fs/squashfs/squashfs_fs.h')
-rw-r--r-- | fs/squashfs/squashfs_fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h index 283daafc568e..79024245ea00 100644 --- a/fs/squashfs/squashfs_fs.h +++ b/fs/squashfs/squashfs_fs.h | |||
@@ -183,8 +183,6 @@ | |||
183 | #define SQUASHFS_MAX_FILE_SIZE (1LL << \ | 183 | #define SQUASHFS_MAX_FILE_SIZE (1LL << \ |
184 | (SQUASHFS_MAX_FILE_SIZE_LOG - 2)) | 184 | (SQUASHFS_MAX_FILE_SIZE_LOG - 2)) |
185 | 185 | ||
186 | #define SQUASHFS_MARKER_BYTE 0xff | ||
187 | |||
188 | /* meta index cache */ | 186 | /* meta index cache */ |
189 | #define SQUASHFS_META_INDEXES (SQUASHFS_METADATA_SIZE / sizeof(unsigned int)) | 187 | #define SQUASHFS_META_INDEXES (SQUASHFS_METADATA_SIZE / sizeof(unsigned int)) |
190 | #define SQUASHFS_META_ENTRIES 127 | 188 | #define SQUASHFS_META_ENTRIES 127 |
@@ -211,7 +209,9 @@ struct meta_index { | |||
211 | /* | 209 | /* |
212 | * definitions for structures on disk | 210 | * definitions for structures on disk |
213 | */ | 211 | */ |
214 | #define ZLIB_COMPRESSION 1 | 212 | #define ZLIB_COMPRESSION 1 |
213 | #define LZMA_COMPRESSION 2 | ||
214 | #define LZO_COMPRESSION 3 | ||
215 | 215 | ||
216 | struct squashfs_super_block { | 216 | struct squashfs_super_block { |
217 | __le32 s_magic; | 217 | __le32 s_magic; |