btrfs: move the subvolume reservation stuff out of extent-tree.c
authorJosef Bacik <josef@toxicpanda.com>
Wed, 19 Jun 2019 19:12:01 +0000 (15:12 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 4 Jul 2019 15:26:18 +0000 (17:26 +0200)
commit28a32d2b1a6d7860e0b364c34a6b4205dce85537
tree6ded438b4d5373511884cce3d2ba98e7438bb12f
parent867363429d706984915cb4b1f299ce05f8413e23
btrfs: move the subvolume reservation stuff out of extent-tree.c

This is just two functions, put it in root-tree.c since it involves root
items.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
fs/btrfs/root-tree.c