aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.c
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2022-11-15 09:44:04 +0000
committerDavid Sterba <[email protected]>2022-12-05 17:00:57 +0000
commit27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b (patch)
treea644b1a8b6962027a9d087ed7638ed4114342269 /fs/btrfs/print-tree.c
parentbtrfs: raid56: do data csum verification during RMW cycle (diff)
downloadkernel-27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b.tar.gz
kernel-27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b.zip
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 <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Reviewed-by: Qu Wenruo <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: David Sterba <[email protected]> [ use tree-checker.h for the structure ] Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/print-tree.c')
-rw-r--r--fs/btrfs/print-tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c
index 1469aa55ad48..b93c96213304 100644
--- a/fs/btrfs/print-tree.c
+++ b/fs/btrfs/print-tree.c
@@ -8,6 +8,7 @@
#include "disk-io.h"
#include "print-tree.h"
#include "accessors.h"
+#include "tree-checker.h"
struct root_name_map {
u64 id;