diff options
author | Josef Bacik <josef@toxicpanda.com> | 2019-06-20 21:37:44 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-09-09 14:59:03 +0200 |
commit | aac0023c2106952538414254960c51dcf0dc39e9 (patch) | |
tree | 105b51c01bcd06df933f063b73ce6e1bd51b8bbf /fs/btrfs/ioctl.c | |
parent | btrfs: move btrfs_add_free_space out of a header file (diff) | |
download | linux-aac0023c2106952538414254960c51dcf0dc39e9.tar.xz linux-aac0023c2106952538414254960c51dcf0dc39e9.zip |
btrfs: move basic block_group definitions to their own header
This is prep work for moving all of the block group cache code into its
own file.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ minor comment updates ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ioctl.c')
-rw-r--r-- | fs/btrfs/ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index ccac62d40dd2..b431f7877e88 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c @@ -45,6 +45,7 @@ #include "compression.h" #include "space-info.h" #include "delalloc-space.h" +#include "block-group.h" #ifdef CONFIG_64BIT /* If we have a 32-bit userspace and 64-bit kernel, then the UAPI |