diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-06-20 15:53:45 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-06-29 11:46:45 -0400 |
commit | cdb7ecedec766861e7c4cc35a203518f92023bff (patch) | |
tree | ff07d9a10c4bbb564274cda3c7bde4a90f436cde /fs/nfs/nfs4_fs.h | |
parent | 57ec14c55dee2733330327499d16e40f8c23219e (diff) | |
download | blackbird-op-linux-cdb7ecedec766861e7c4cc35a203518f92023bff.tar.gz blackbird-op-linux-cdb7ecedec766861e7c4cc35a203518f92023bff.zip |
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>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index cc5900ac61b5..9889ee476e37 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -301,6 +301,8 @@ extern const u32 nfs4_pathconf_bitmap[2]; extern const u32 nfs4_fsinfo_bitmap[3]; extern const u32 nfs4_fs_locations_bitmap[2]; +void nfs4_free_client(struct nfs_client *); + /* nfs4renewd.c */ extern void nfs4_schedule_state_renewal(struct nfs_client *); extern void nfs4_renewd_prepare_shutdown(struct nfs_server *); |