commit | 59d49076ae3e6912e6d7df2fd68e2337f3d02036 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jan 09 17:23:54 2019 +0000 |
committer | David Howells <dhowells@redhat.com> | Thu Jan 17 15:17:28 2019 +0000 |
tree | 954ec6f394f6788e9f477da2b9944730a1a66750 | |
parent | 4882a27cec24319d10f95e978ecc80050e3e3e15 [diff] |
afs: Fix key refcounting in file locking code Fix the refcounting of the authentication keys in the file locking code. The vnode->lock_key member points to a key on which it expects to be holding a ref, but it isn't always given an extra ref, however. Fixes: 0fafdc9f888b ("afs: Fix file locking") Signed-off-by: David Howells <dhowells@redhat.com>