diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-24 20:47:00 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:44 +0100 |
commit | 45c40c8f9541f336c7857f09ea843fc8fa980b65 (patch) | |
tree | 9150e0a18d72c2e17296db372de32907d731f54f /fs/btrfs/root-tree.c | |
parent | btrfs: delete unused function prototypes in ctree.h (diff) | |
download | linux-45c40c8f9541f336c7857f09ea843fc8fa980b65.tar.xz linux-45c40c8f9541f336c7857f09ea843fc8fa980b65.zip |
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/root-tree.c')
-rw-r--r-- | fs/btrfs/root-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index 6aab98114253..42f046e5e25f 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c @@ -14,6 +14,7 @@ #include "qgroup.h" #include "space-info.h" #include "accessors.h" +#include "root-tree.h" /* * Read a root item from the tree. In case we detect a root item smaller then |