summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-mod-log.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-11-15 10:44:04 +0100
committerDavid Sterba <dsterba@suse.com>2022-12-05 18:00:57 +0100
commit27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b (patch)
treea644b1a8b6962027a9d087ed7638ed4114342269 /fs/btrfs/tree-mod-log.c
parent7a3150723061ba1ac2ba10b1392b1cd75234172a (diff)
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Move struct btrfs_tree_parent_check out of disk-io.h so that volumes.h an various .c files don't have to include disk-io.h just for it. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: David Sterba <dsterba@suse.com> [ use tree-checker.h for the structure ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-mod-log.c')
-rw-r--r--fs/btrfs/tree-mod-log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-mod-log.c b/fs/btrfs/tree-mod-log.c
index 779ad44d285f..146a6b198933 100644
--- a/fs/btrfs/tree-mod-log.c
+++ b/fs/btrfs/tree-mod-log.c
@@ -5,6 +5,7 @@
#include "disk-io.h"
#include "fs.h"
#include "accessors.h"
+#include "tree-checker.h"
struct tree_mod_root {
u64 logical;