diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-06-30 16:35:37 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2021-04-04 22:46:01 -0400 |
commit | d4327dbd5cc2c90dae82133ceb67d50a04a0278e (patch) | |
tree | 5a2de6c36a57cba1dd80fc454ea4ae49210b5db0 /kernel/locking/six.c | |
parent | 2625a7f0726213283750cd65043363f679fda9e8 (diff) |
bcachefs: Fixes for 4.19bcachefs-v4.19-backport-compat
Diffstat (limited to 'kernel/locking/six.c')
-rw-r--r-- | kernel/locking/six.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/six.c b/kernel/locking/six.c index 49d46ed2e18e..3acee748e052 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, _RET_IP_) +#define six_release(l) lock_release(l, 0, _RET_IP_) struct six_lock_vals { /* Value we add to the lock in order to take the lock: */ |