diff options
-rw-r--r-- | fs/btrfs/compression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h index cc605f7b23fb..ddda9b80bf20 100644 --- a/fs/btrfs/compression.h +++ b/fs/btrfs/compression.h | |||
@@ -6,6 +6,8 @@ | |||
6 | #ifndef BTRFS_COMPRESSION_H | 6 | #ifndef BTRFS_COMPRESSION_H |
7 | #define BTRFS_COMPRESSION_H | 7 | #define BTRFS_COMPRESSION_H |
8 | 8 | ||
9 | #include <linux/sizes.h> | ||
10 | |||
9 | /* | 11 | /* |
10 | * We want to make sure that amount of RAM required to uncompress an extent is | 12 | * We want to make sure that amount of RAM required to uncompress an extent is |
11 | * reasonable, so we limit the total size in ram of a compressed extent to | 13 | * reasonable, so we limit the total size in ram of a compressed extent to |