diff options
Diffstat (limited to 'fs/bcachefs/six.h')
-rw-r--r-- | fs/bcachefs/six.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/six.h b/fs/bcachefs/six.h index 64881fe9ae1d..6f044c49b848 100644 --- a/fs/bcachefs/six.h +++ b/fs/bcachefs/six.h @@ -121,6 +121,7 @@ struct six_lock_waiter { struct list_head list; struct task_struct *task; enum six_lock_type lock_want; + u64 start_time; }; typedef int (*six_lock_should_sleep_fn)(struct six_lock *lock, void *); |