commit | f7104cc1a9159cd0d3e8526cb638ae0301de4b61 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Aug 12 16:41:43 2021 -0400 |
committer | Chuck Lever <chuck.lever@oracle.com> | Tue Aug 17 11:47:54 2021 -0400 |
tree | 946bb6f42559a9e233ac99c3bb18d026aad2d2f8 | |
parent | 5a4753446253a427c0ff1e433b9c4933e5af207c [diff] |
nfsd4: Fix forced-expiry locking This should use the network-namespace-wide client_lock, not the per-client cl_lock. You shouldn't see any bugs unless you're actually using the forced-expiry interface introduced by 89c905beccbb. Fixes: 89c905beccbb "nfsd: allow forced expiration of NFSv4 clients" Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>