diff options
Diffstat (limited to 'libbcachefs/six.h')
-rw-r--r-- | libbcachefs/six.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbcachefs/six.h b/libbcachefs/six.h index 394da423..a7104ac1 100644 --- a/libbcachefs/six.h +++ b/libbcachefs/six.h @@ -124,7 +124,6 @@ */ #include <linux/lockdep.h> -#include <linux/osq_lock.h> #include <linux/sched.h> #include <linux/types.h> @@ -140,7 +139,6 @@ struct six_lock { unsigned intent_lock_recurse; struct task_struct *owner; unsigned __percpu *readers; - struct optimistic_spin_queue osq; raw_spinlock_t wait_lock; struct list_head wait_list; #ifdef CONFIG_DEBUG_LOCK_ALLOC |