summaryrefslogtreecommitdiff
path: root/fs/bcachefs/clock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/clock_types.h')
-rw-r--r--fs/bcachefs/clock_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/clock_types.h b/fs/bcachefs/clock_types.h
index 92c740a47565..5fae0012d808 100644
--- a/fs/bcachefs/clock_types.h
+++ b/fs/bcachefs/clock_types.h
@@ -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;