summaryrefslogtreecommitdiff
path: root/libbcachefs/clock_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-12-28 18:19:05 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2019-12-28 18:20:16 -0500
commit82c7e8ff35ac0c501290cd4779e8ab2c553aa09d (patch)
tree821332b992d3946069e7dd4495a853a88c415e75 /libbcachefs/clock_types.h
parent956a05a126cebb085178cea318543369926362b2 (diff)
Update bcachefs sources to cfb41d25c7 bcachefs: Add an assertion to track down a heisenbug
Diffstat (limited to 'libbcachefs/clock_types.h')
-rw-r--r--libbcachefs/clock_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/clock_types.h b/libbcachefs/clock_types.h
index 2b5e499e..92c740a4 100644
--- a/libbcachefs/clock_types.h
+++ b/libbcachefs/clock_types.h
@@ -28,6 +28,7 @@ typedef HEAP(struct io_timer *) io_timer_heap;
struct io_clock {
atomic_long_t now;
u16 __percpu *pcpu_buf;
+ unsigned max_slop;
spinlock_t timer_lock;
io_timer_heap timers;