From: Qu Wenruo Date: Thu, 17 May 2018 05:52:22 +0000 (+0800) Subject: btrfs: compression: Add linux/sizes.h for compression.h X-Git-Tag: v4.18-rc1~176^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5c1d68fdeeecd130d60007522c5db179e47e3d2;p=thirdparty%2Fkernel%2Flinux.git btrfs: compression: Add linux/sizes.h for compression.h Since compression.h is using the SZ_* macros, and if some file includes only compression.h without linux/sizes.h, it will cause compile error. One example is lzo.c, if it uses BTRFS_MAX_COMPRESSED. Fix it by adding linux/sizes.h in compression.h Signed-off-by: Qu Wenruo Reviewed-by: Nikolay Borisov Signed-off-by: David Sterba --- diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h index cc605f7b23fbf..ddda9b80bf204 100644 --- a/fs/btrfs/compression.h +++ b/fs/btrfs/compression.h @@ -6,6 +6,8 @@ #ifndef BTRFS_COMPRESSION_H #define BTRFS_COMPRESSION_H +#include + /* * We want to make sure that amount of RAM required to uncompress an extent is * reasonable, so we limit the total size in ram of a compressed extent to