]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/clock_types.h
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / libbcachefs / clock_types.h
index 92c740a475656da2093528b802320ad73eabbe46..5fae0012d808f7a1b5f4e5334804eee50c31d577 100644 (file)
@@ -26,7 +26,7 @@ struct io_timer {
 typedef HEAP(struct io_timer *)        io_timer_heap;
 
 struct io_clock {
-       atomic_long_t           now;
+       atomic64_t              now;
        u16 __percpu            *pcpu_buf;
        unsigned                max_slop;