diff options
author | Josef Bacik | 2019-06-19 15:12:00 -0400 |
---|---|---|
committer | David Sterba | 2019-07-04 17:26:17 +0200 |
commit | 867363429d706984915cb4b1f299ce05f8413e23 (patch) | |
tree | d32f16aaf9554891750046d2276511cf334b61f8 /fs/btrfs/relocation.c | |
parent | fb6dea26601b60e41d70c310537dd1e2617b25b6 (diff) |
btrfs: migrate the delalloc space stuff to it's own home
We have code for data and metadata reservations for delalloc. There's
quite a bit of code here, and it's used in a lot of places so I've
separated it out to it's own file. inode.c and file.c are already
pretty large, and this code is complicated enough to live in its own
space.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/relocation.c')
-rw-r--r-- | fs/btrfs/relocation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 22a3c69864fa..7f219851fa23 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -20,6 +20,7 @@ #include "inode-map.h" #include "qgroup.h" #include "print-tree.h" +#include "delalloc-space.h" /* * backref_node, mapping_node and tree_block start with this |