diff options
Diffstat (limited to 'libbcachefs/six.h')
-rw-r--r-- | libbcachefs/six.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/six.h b/libbcachefs/six.h index 68d46fd7..c142e06b 100644 --- a/libbcachefs/six.h +++ b/libbcachefs/six.h @@ -137,6 +137,7 @@ struct six_lock { atomic_t state; u32 seq; unsigned intent_lock_recurse; + unsigned write_lock_recurse; struct task_struct *owner; unsigned __percpu *readers; raw_spinlock_t wait_lock; |