commit | d5c1d68fdeeecd130d60007522c5db179e47e3d2 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Thu May 17 13:52:22 2018 +0800 |
committer | David Sterba <dsterba@suse.com> | Tue May 29 18:13:00 2018 +0200 |
tree | e2ead4bde72baf51c49d9f2059be280f327150da | |
parent | b5c40d598f5408bd0ca22dfffa82f03cd9433f23 [diff] |
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 <wqu@suse.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>