summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/id.c
Commit message (Collapse)AuthorAgeFilesLines
* Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-131-1/+0Star
| | | | | | | Move squashfs_i() definition out of squashfs.h, this eliminates the need to #include squashfs_fs_i.h from numerous files. Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-1/+0Star
| | | | | | | | 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>
* Squashfs: uid/gid lookup operationsPhillip Lougher2009-01-051-0/+94
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>