diff options
Diffstat (limited to 'fs/btrfs/compression.h')
-rw-r--r-- | fs/btrfs/compression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h index 9976fe0f7526..191e5f4e3523 100644 --- a/fs/btrfs/compression.h +++ b/fs/btrfs/compression.h | |||
@@ -61,7 +61,7 @@ struct compressed_bio { | |||
61 | * the start of a variable length array of checksums only | 61 | * the start of a variable length array of checksums only |
62 | * used by reads | 62 | * used by reads |
63 | */ | 63 | */ |
64 | u32 sums; | 64 | u8 sums[]; |
65 | }; | 65 | }; |
66 | 66 | ||
67 | static inline unsigned int btrfs_compress_type(unsigned int type_level) | 67 | static inline unsigned int btrfs_compress_type(unsigned int type_level) |