NFS: Create a free_client rpc_op
NFS v4 needs a way to shut down callbacks and sessions, but v2 and v3 don't. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
57ec14c55d
commit
cdb7ecedec
7 changed files with 16 additions and 9 deletions
|
@ -935,4 +935,5 @@ const struct nfs_rpc_ops nfs_v3_clientops = {
|
|||
.have_delegation = nfs3_have_delegation,
|
||||
.return_delegation = nfs3_return_delegation,
|
||||
.init_client = nfs_init_client,
|
||||
.free_client = nfs_free_client,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue