diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-07-16 16:39:13 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-07-17 13:33:13 -0400 |
commit | 129d1977ed39cbb4f091a518e4a12498c04f45ba (patch) | |
tree | a795a5885ba0abc2f7e22b18cf3a74c566f59684 /fs/nfs/nfs4_fs.h | |
parent | 73a79706d7f197a428a43fbf335bbe75cdbc221f (diff) |
NFS: Create an init_nfs_v4() function
I want to initialize all of NFS v4 in a single function that will
eventually be used as the v4 module init function.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index e2c4c72d3866..1a6ed3f9a32a 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -364,6 +364,10 @@ extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_sta | |||
364 | 364 | ||
365 | extern const nfs4_stateid zero_stateid; | 365 | extern const nfs4_stateid zero_stateid; |
366 | 366 | ||
367 | /* nfs4super.c */ | ||
368 | int init_nfs_v4(void); | ||
369 | void exit_nfs_v4(void); | ||
370 | |||
367 | /* nfs4xdr.c */ | 371 | /* nfs4xdr.c */ |
368 | extern struct rpc_procinfo nfs4_procedures[]; | 372 | extern struct rpc_procinfo nfs4_procedures[]; |
369 | 373 | ||