diff options
author | Phillip Lougher <phillip@squashfs.org.uk> | 2011-07-22 03:01:28 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@squashfs.org.uk> | 2011-07-22 03:01:28 +0100 |
commit | cc6d3497141adedb71de8ddce62bf4cd4817832d (patch) | |
tree | 7fb205e8f8c393b27a89a5c08c97563ead1f32fa /fs/squashfs/squashfs.h | |
parent | 812753d66f5a45e59a9e0904c77a661c2410a3b4 (diff) | |
download | kernel_goldelico_gta04-cc6d3497141adedb71de8ddce62bf4cd4817832d.zip kernel_goldelico_gta04-cc6d3497141adedb71de8ddce62bf4cd4817832d.tar.gz kernel_goldelico_gta04-cc6d3497141adedb71de8ddce62bf4cd4817832d.tar.bz2 |
Squashfs: Make ZLIB compression support optional
Squashfs now supports XZ and LZO compression in addition to ZLIB.
As such it no longer makes sense to always include ZLIB support.
In particular embedded systems may only use LZO or XZ compression, and
the ability to exclude ZLIB support will reduce kernel size.
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'fs/squashfs/squashfs.h')
-rw-r--r-- | fs/squashfs/squashfs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index e3be6a7..d126651 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h @@ -97,6 +97,3 @@ extern const struct inode_operations squashfs_symlink_inode_ops; /* xattr.c */ extern const struct xattr_handler *squashfs_xattr_handlers[]; - -/* zlib_wrapper.c */ -extern const struct squashfs_decompressor squashfs_zlib_comp_ops; |