summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/mount3.h
diff options
context:
space:
mode:
authorGaurav <gaurav@gluster.com>2011-04-27 03:32:38 +0000
committerAnand Avati <avati@gluster.com>2011-05-19 20:14:20 -0700
commite769393b7eba8aedfd764ca3a0a519d9e3f1212e (patch)
treeb32f5e0411483137bf24305d82804cee2329a924 /xlators/nfs/server/src/mount3.h
parent7bb3165eac9e21f60231c7b91c4e2e879daab796 (diff)
NFS : Maintain common state for MOUNT1 and MOUNT3.
Signed-off-by: Gaurav <gaurav@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2695 (Mac host showmount -a not working.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2695
Diffstat (limited to 'xlators/nfs/server/src/mount3.h')
-rw-r--r--xlators/nfs/server/src/mount3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/mount3.h b/xlators/nfs/server/src/mount3.h
index ad4f21c98..fede8122f 100644
--- a/xlators/nfs/server/src/mount3.h
+++ b/xlators/nfs/server/src/mount3.h
@@ -50,6 +50,9 @@ mnt3svc_init (xlator_t *nfsx);
extern rpcsvc_program_t *
mnt1svc_init (xlator_t *nfsx);
+extern int
+mount_init_state (xlator_t *nfsx);
+
/* Data structureused to store the list of mounts points currently
* in use by NFS clients.
*/