diff options
| author | Josef Bacik <[email protected]> | 2019-06-20 19:37:44 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2019-09-09 12:59:03 +0000 |
| commit | aac0023c2106952538414254960c51dcf0dc39e9 (patch) | |
| tree | 105b51c01bcd06df933f063b73ce6e1bd51b8bbf /fs/btrfs/tests/btrfs-tests.c | |
| parent | btrfs: move btrfs_add_free_space out of a header file (diff) | |
| download | kernel-aac0023c2106952538414254960c51dcf0dc39e9.tar.gz kernel-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 <[email protected]>
Reviewed-by: David Sterba <[email protected]>
[ minor comment updates ]
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tests/btrfs-tests.c')
| -rw-r--r-- | fs/btrfs/tests/btrfs-tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tests/btrfs-tests.c b/fs/btrfs/tests/btrfs-tests.c index 1e3ba4949399..b5e80563efaa 100644 --- a/fs/btrfs/tests/btrfs-tests.c +++ b/fs/btrfs/tests/btrfs-tests.c @@ -15,6 +15,7 @@ #include "../volumes.h" #include "../disk-io.h" #include "../qgroup.h" +#include "../block-group.h" static struct vfsmount *test_mnt = NULL; |
