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 9fa58b6fadc9..c778123505d0 100644
--- a/kernel/locking/six.c
+++ b/kernel/locking/six.c
@@ -15,7 +15,7 @@
#endif
#define six_acquire(l, t) lock_acquire(l, 0, t, 0, 0, NULL, _RET_IP_)
-#define six_release(l) lock_release(l, 0, _RET_IP_)
+#define six_release(l) lock_release(l, _RET_IP_)
struct six_lock_vals {
/* Value we add to the lock in order to take the lock: */