mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
NFSd: call rpc_destroy_wait_queue() from free_client()
commit 4cb57e3032 upstream.
Mainly to ensure that we don't leave any hanging timers.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ed6ad7a5ca
commit
d6a18aea95
|
|
@ -1110,6 +1110,7 @@ free_client(struct nfs4_client *clp)
|
|||
WARN_ON_ONCE(atomic_read(&ses->se_ref));
|
||||
free_session(ses);
|
||||
}
|
||||
rpc_destroy_wait_queue(&clp->cl_cb_waitq);
|
||||
free_svc_cred(&clp->cl_cred);
|
||||
kfree(clp->cl_name.data);
|
||||
idr_destroy(&clp->cl_stateids);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user