]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit420b54ae6bc13c69f4ee71f832250f5edf8d738f
tree6ded438b4d5373511884cce3d2ba98e7438bb12f
parent3526d46890f34f752bb3f81322702da6aa5ef359
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