]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/btree_types.h
Update bcachefs sources to 7958ebe324 bcachefs: Fix alloc_v4_backpointers()
[bcachefs-tools-debian] / libbcachefs / btree_types.h
index 13a930251ab3d767ea9f9536e0b8daf1d3e22dc1..af86ba12e3a4dbc236c7b6fdea9e74c9ec6e90c3 100644 (file)
@@ -421,6 +421,7 @@ struct btree_trans {
        enum bch_errcode        restarted:16;
        u32                     restart_count;
        unsigned long           last_restarted_ip;
+       unsigned long           srcu_lock_time;
 
        /*
         * For when bch2_trans_update notices we'll be splitting a compressed
@@ -442,7 +443,7 @@ struct btree_trans {
 
        /* update path: */
        struct btree_trans_commit_hook *hooks;
-       DARRAY(u64)             extra_journal_entries;
+       darray_u64              extra_journal_entries;
        struct journal_entry_pin *journal_pin;
 
        struct journal_res      journal_res;