diff options
author | Josef Bacik <josef@toxicpanda.com> | 2019-06-19 19:47:17 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-07-02 12:30:53 +0200 |
commit | d12ffdd1aa4c165774748265c67af3aa1edab1a0 (patch) | |
tree | 8d8f86bd04633c2d42033b71bf74c466fb51ca00 /fs/btrfs/extent-tree.c | |
parent | btrfs: Simplify update of space_info in __reserve_metadata_bytes() (diff) | |
download | linux-d12ffdd1aa4c165774748265c67af3aa1edab1a0.tar.xz linux-d12ffdd1aa4c165774748265c67af3aa1edab1a0.zip |
btrfs: move btrfs_block_rsv definitions into it's own header
Prep work for separating out all of the block_rsv related code into its
own file.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r-- | fs/btrfs/extent-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index c887f3352341..3f2ccfed3b0e 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c @@ -29,6 +29,7 @@ #include "qgroup.h" #include "ref-verify.h" #include "space-info.h" +#include "block-rsv.h" #undef SCRAMBLE_DELAYED_REFS |