]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/squashfs/block.c
Btrfs: avoid waiting for delayed refs when we must not
[karo-tx-linux.git] / fs / squashfs / block.c
index ed0eb2a921f4bdb654bca99407b542db061b0054..fb50652e4e113f54a4447eb147fa56da59a8ba45 100644 (file)
@@ -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)