diff options
author | Josef Bacik <josef@toxicpanda.com> | 2019-06-20 15:37:44 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-09-09 14:59:03 +0200 |
commit | aac0023c2106952538414254960c51dcf0dc39e9 (patch) | |
tree | 105b51c01bcd06df933f063b73ce6e1bd51b8bbf /fs/btrfs/scrub.c | |
parent | 478b4d9f0105e33cae34445d5ad2eb9798628231 (diff) | |
download | linux-aac0023c2106952538414254960c51dcf0dc39e9.tar.bz2 |
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/scrub.c')
-rw-r--r-- | fs/btrfs/scrub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index 0c99cf9fb595..f7d4e03f4c5d 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@ -18,6 +18,7 @@ #include "check-integrity.h" #include "rcu-string.h" #include "raid56.h" +#include "block-group.h" /* * This is only the first step towards a full-features scrub. It reads all |