mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
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>
This commit is contained in:
parent
4826d83d9c
commit
ec9267b61d
@ -83,7 +83,8 @@ static struct buffer_head *get_block_length(struct super_block *sb,
|
||||
* filesystem), otherwise the length is obtained from the first two bytes of
|
||||
* the metadata block. A bit in the length field indicates if the block
|
||||
* is stored uncompressed in the filesystem (usually because compression
|
||||
* generated a larger block - this does occasionally happen with zlib).
|
||||
* generated a larger block - this does occasionally happen with compression
|
||||
* algorithms).
|
||||
*/
|
||||
int squashfs_read_data(struct super_block *sb, void **buffer, u64 index,
|
||||
int length, u64 *next_index, int srclength, int pages)
|
||||
|
Loading…
Reference in New Issue
Block a user