aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delalloc-space.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+23
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>