Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Squashfs: update comment removing reference to zlib only

Comment was written when Squashfs only supported zlib compression.
This comment is now misleading given Squashfs supports other
compression algorithms.

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>

+2 -1
+2 -1
fs/squashfs/block.c
··· 83 83 * filesystem), otherwise the length is obtained from the first two bytes of 84 84 * the metadata block. A bit in the length field indicates if the block 85 85 * is stored uncompressed in the filesystem (usually because compression 86 - * generated a larger block - this does occasionally happen with zlib). 86 + * generated a larger block - this does occasionally happen with compression 87 + * algorithms). 87 88 */ 88 89 int squashfs_read_data(struct super_block *sb, void **buffer, u64 index, 89 90 int length, u64 *next_index, int srclength, int pages)