diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 15:08:27 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:46 +0100 |
commit | 7c8ede16280586c72c36af6604985d714b84a32c (patch) | |
tree | b45e440a23db431c8c2d55f03adeb13cce7d394b /fs/btrfs/compression.c | |
parent | f2b39277b87dbb26f15e2e3b667df25dad3dd2ea (diff) | |
download | lwn-7c8ede16280586c72c36af6604985d714b84a32c.tar.gz lwn-7c8ede16280586c72c36af6604985d714b84a32c.zip |
btrfs: move file-item prototypes into their own header
Move these prototypes out of ctree.h and into file-item.h.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/compression.c')
-rw-r--r-- | fs/btrfs/compression.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c index c0615af0434f..61828f8375e6 100644 --- a/fs/btrfs/compression.c +++ b/fs/btrfs/compression.c @@ -34,6 +34,7 @@ #include "extent_map.h" #include "subpage.h" #include "zoned.h" +#include "file-item.h" static const char* const btrfs_compress_types[] = { "", "zlib", "lzo", "zstd" }; |