diff options
author | Gaurav <gaurav@gluster.com> | 2011-04-27 03:20:11 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-05-03 12:13:04 -0700 |
commit | 27deebbf6c67f5076cae241e98043aa8b8b57ff8 (patch) | |
tree | ae0aa3ea5746ffeb30353e815b5080fcfb46f71e /xlators/nfs/server/src/mount3.h | |
parent | 7e8da0f5a8bfdd2d1db084fb508b417194754bff (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/mount3.h b/xlators/nfs/server/src/mount3.h index ad4f21c98db..fede8122f49 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. */ |