diff options
author | Benjamin Coddington <bcodding@redhat.com> | 2023-03-03 22:08:32 +0100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2023-03-08 14:46:41 +0100 |
commit | 9ca6705d9d609441d34f8b853e1e4a6369b3b171 (patch) | |
tree | f1a78812d79638b89ec2c92833cdad194e9c6897 /fs | |
parent | NFSD: Protect against filesystem freezing (diff) | |
download | linux-9ca6705d9d609441d34f8b853e1e4a6369b3b171.tar.xz linux-9ca6705d9d609441d34f8b853e1e4a6369b3b171.zip |
SUNRPC: Fix a server shutdown leak
Fix a race where kthread_stop() may prevent the threadfn from ever getting
called. If that happens the svc_rqst will not be cleaned up.
Fixes: ed6473ddc704 ("NFSv4: Fix callback server shutdown")
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions