send DESTROY_CLIENTID on unmount
This commit is contained in:
parent
5e5d1d21d5
commit
8d171e71a0
4 changed files with 69 additions and 1 deletions
|
|
@ -209,6 +209,7 @@ void nfs41_client_free(
|
|||
{
|
||||
dprintf(2, "nfs41_client_free(%llu)\n", client->clnt_id);
|
||||
if (client->session) nfs41_session_free(client->session);
|
||||
nfs41_destroy_clientid(client->rpc, client->clnt_id);
|
||||
if (client->server) nfs41_server_deref(client->server);
|
||||
nfs41_rpc_clnt_free(client->rpc);
|
||||
if (client->layouts) pnfs_layout_list_free(client->layouts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue