]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - fs/bcachefs/bcachefs.h
bcachefs: Repair pass for scanning for btree nodes
[thirdparty/kernel/stable.git] / fs / bcachefs / bcachefs.h
index 963162a627cd6adfd5ba1ac29f0709ff8ff12dd9..93a61dbaa3d8691ef5fe28af55f43ff6162465eb 100644 (file)
@@ -456,6 +456,7 @@ enum bch_time_stats {
 
 #include "alloc_types.h"
 #include "btree_types.h"
+#include "btree_node_scan_types.h"
 #include "btree_write_buffer_types.h"
 #include "buckets_types.h"
 #include "buckets_waiting_for_journal_types.h"
@@ -1103,6 +1104,8 @@ struct bch_fs {
        struct journal_keys     journal_keys;
        struct list_head        journal_iters;
 
+       struct find_btree_nodes found_btree_nodes;
+
        u64                     last_bucket_seq_cleanup;
 
        u64                     counters_on_mount[BCH_COUNTER_NR];