Squashfs: factor out remaining zlib dependencies into separate wrapper file
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Wed, 23 Sep 2009 18:04:49 +0000 (19:04 +0100)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Wed, 20 Jan 2010 21:47:47 +0000 (21:47 +0000)
commitf1a40359f8d8ba073257ed31a513e492621bcbc5
tree313f81085e0e3e3606cecf4cc6ed4ead59cea3ee
parente6a6d3795565b8ccb957afc6ca0e50db40b2d899
Squashfs: factor out remaining zlib dependencies into separate wrapper file

Move zlib buffer init/destroy code into separate wrapper file.  Also
make zlib z_stream field a void * removing the need to include zlib.h
for most files.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
14 files changed:
fs/squashfs/block.c
fs/squashfs/cache.c
fs/squashfs/dir.c
fs/squashfs/export.c
fs/squashfs/file.c
fs/squashfs/fragment.c
fs/squashfs/id.c
fs/squashfs/inode.c
fs/squashfs/namei.c
fs/squashfs/squashfs.h
fs/squashfs/squashfs_fs_sb.h
fs/squashfs/super.c
fs/squashfs/symlink.c
fs/squashfs/zlib_wrapper.c