diff options
author | Dai Ngo <dai.ngo@oracle.com> | 2023-12-15 22:47:15 +0100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-01-07 23:54:33 +0100 |
commit | 05a4b58301c38fbb81cc10a79f246f3dea0043c5 (patch) | |
tree | 0ea44632eb1082d3618e43f202dae9ebc9238f5b /fs/cachefiles/interface.c | |
parent | svcrdma: Implement multi-stage Read completion again (diff) | |
download | linux-05a4b58301c38fbb81cc10a79f246f3dea0043c5.tar.xz linux-05a4b58301c38fbb81cc10a79f246f3dea0043c5.zip |
SUNRPC: remove printk when back channel request not found
If the client interface is down, or there is a network partition between
the client and server that prevents the callback request to reach the
client, TCP on the server will keep re-transmitting the callback for about
~9 minutes before giving up and closing the connection.
If the connection between the client and the server is re-established
before the connection is closed and after the callback timed out (9 secs)
then the re-transmitted callback request will arrive at the client. When
the server receives the reply of the callback, receive_cb_reply prints the
"Got unrecognized reply..." message in the system log since the callback
request was already removed from the server xprt's recv_queue.
Even though this scenario has no effect on the server operation, a
malfunctioning or malicious client can fill up the server's system log.
Signed-off-by: Dai Ngo <dai.ngo@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/cachefiles/interface.c')
0 files changed, 0 insertions, 0 deletions