summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/bcachefs/six.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/six.c b/fs/bcachefs/six.c
index 3a494c5d1247..658a256a341b 100644
--- a/fs/bcachefs/six.c
+++ b/fs/bcachefs/six.c
@@ -21,7 +21,7 @@
#define EBUG_ON(cond) do {} while (0)
#endif
-#define six_acquire(l, t, r, ip) lock_acquire(l, 0, t, r, 1, NULL, ip)
+#define six_acquire(l, t, r, ip) lock_acquire(l, 0, t, r, 0, NULL, ip)
#define six_release(l, ip) lock_release(l, ip)
static void do_six_unlock_type(struct six_lock *lock, enum six_lock_type type);