diff options
-rw-r--r-- | fs/squashfs/block.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c index ed0eb2a921f4..fb50652e4e11 100644 --- a/fs/squashfs/block.c +++ b/fs/squashfs/block.c | |||
@@ -83,7 +83,8 @@ static struct buffer_head *get_block_length(struct super_block *sb, | |||
83 | * filesystem), otherwise the length is obtained from the first two bytes of | 83 | * filesystem), otherwise the length is obtained from the first two bytes of |
84 | * the metadata block. A bit in the length field indicates if the block | 84 | * the metadata block. A bit in the length field indicates if the block |
85 | * is stored uncompressed in the filesystem (usually because compression | 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 | int squashfs_read_data(struct super_block *sb, void **buffer, u64 index, | 89 | int squashfs_read_data(struct super_block *sb, void **buffer, u64 index, |
89 | int length, u64 *next_index, int srclength, int pages) | 90 | int length, u64 *next_index, int srclength, int pages) |