commit | 8c39a39e28b86a4021d9be314ce01019bafa5fdc | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Jul 19 13:48:44 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Aug 04 22:35:40 2019 -0400 |
tree | 08f4e0f19d2289f40134d1ac8d9c8dbc5fbbe09d | |
parent | e21a712a9685488f5ce80495b37b9fdbe96c230d [diff] |
NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid It is unsafe to dereference delegation outside the rcu lock, and in any case, the refcount is guaranteed held if cred is non-zero. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>