diff options
| author | Chuck Lever <chuck.lever@oracle.com> | 2025-01-14 17:09:24 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:33:43 +0200 |
| commit | 14a6b65c83886443049e2139ca4ba8153555eaa5 (patch) | |
| tree | 91a1a400d8782fb8c4359b01f96163b40b15fec7 /tools/debugging | |
| parent | d96587cc93ec369031bcd7658c6adc719873c9fd (diff) | |
| download | linux-14a6b65c83886443049e2139ca4ba8153555eaa5.tar.gz linux-14a6b65c83886443049e2139ca4ba8153555eaa5.tar.bz2 linux-14a6b65c83886443049e2139ca4ba8153555eaa5.zip | |
NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
commit 8a388c1fabeb6606e16467b23242416c0dbeffad upstream.
NFSD sends CB_RECALL_ANY to clients when the server is low on
memory or that client has a large number of delegations outstanding.
We've seen cases where NFSD attempts to send CB_RECALL_ANY requests
to disconnected clients, and gets confused. These calls never go
anywhere if a backchannel transport to the target client isn't
available. Before the server can send any backchannel operation, the
client has to connect first and then do a BIND_CONN_TO_SESSION.
This patch doesn't address the root cause of the confusion, but
there's no need to queue up these optional operations if they can't
go anywhere.
Fixes: 44df6f439a17 ("NFSD: add delegation reaper to react to low memory condition")
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Cc: stable@vger.kernel.org
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/debugging')
0 files changed, 0 insertions, 0 deletions
