summaryrefslogtreecommitdiff
path: root/kernel/locking/six.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/locking/six.c')
-rw-r--r--kernel/locking/six.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/six.c b/kernel/locking/six.c
index b11660af245b..e2e0acdaef5e 100644
--- a/kernel/locking/six.c
+++ b/kernel/locking/six.c
@@ -18,7 +18,7 @@
#endif
#define six_acquire(l, t, r) lock_acquire(l, 0, t, r, 1, NULL, _RET_IP_)
-#define six_release(l) lock_release(l, _RET_IP_)
+#define six_release(l) lock_release(l, 0, _RET_IP_)
static void do_six_unlock_type(struct six_lock *lock, enum six_lock_type type);