]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/nocow_locking.c
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / libbcachefs / nocow_locking.c
index 3c21981a4a1c09f9c70596876ef71fdef72cddcb..181efa4a83fa12be1f5ae8e657c522a6a77aee44 100644 (file)
@@ -85,7 +85,7 @@ void __bch2_bucket_nocow_lock(struct bucket_nocow_lock_table *t,
                u64 start_time = local_clock();
 
                __closure_wait_event(&l->wait, __bch2_bucket_nocow_trylock(l, dev_bucket, flags));
-               bch2_time_stats_update(&c->times[BCH_TIME_nocow_lock_contended], start_time);
+               time_stats_update(&c->times[BCH_TIME_nocow_lock_contended], start_time);
        }
 }