aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-map.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2019-06-19 15:12:00 -0400
committerDavid Sterba <dsterba@suse.com>2019-07-04 17:26:17 +0200
commit867363429d706984915cb4b1f299ce05f8413e23 (patch)
treed32f16aaf9554891750046d2276511cf334b61f8 /fs/btrfs/inode-map.c
parentbtrfs: migrate btrfs_trans_release_chunk_metadata (diff)
downloadlinux-dev-867363429d706984915cb4b1f299ce05f8413e23.tar.xz
linux-dev-867363429d706984915cb4b1f299ce05f8413e23.zip
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/inode-map.c')
-rw-r--r--fs/btrfs/inode-map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/inode-map.c b/fs/btrfs/inode-map.c
index ffca2abf13d0..2e8bb402050b 100644
--- a/fs/btrfs/inode-map.c
+++ b/fs/btrfs/inode-map.c
@@ -11,6 +11,7 @@
#include "free-space-cache.h"
#include "inode-map.h"
#include "transaction.h"
+#include "delalloc-space.h"
static int caching_kthread(void *data)
{