diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-24 21:47:00 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:44 +0300 |
commit | 45c40c8f9541f336c7857f09ea843fc8fa980b65 (patch) | |
tree | 9150e0a18d72c2e17296db372de32907d731f54f /fs/btrfs/qgroup.c | |
parent | 6d2049a2f36f873b8f793fde7ea1874d0d17a3dc (diff) | |
download | linux-45c40c8f9541f336c7857f09ea843fc8fa980b65.tar.xz |
btrfs: move root tree prototypes to their own header
Move all the root-tree.c prototypes to root-tree.h, and then update all
the necessary files to include the new header.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/qgroup.c')
-rw-r--r-- | fs/btrfs/qgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index 88b248b22810..75dd964ca46c 100644 --- a/fs/btrfs/qgroup.c +++ b/fs/btrfs/qgroup.c @@ -27,6 +27,7 @@ #include "fs.h" #include "accessors.h" #include "extent-tree.h" +#include "root-tree.h" /* * Helpers to access qgroup reservation |