diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-11-03 06:35:28 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-11-03 21:36:55 -0700 |
commit | b16c0784da56fc2e7d660753882ec63587e2049e (patch) | |
tree | 74ba34ba4ce5aea8b3bae24aa7a32981ca392083 /xlators/nfs/server | |
parent | d6d7a85487d8ec8017d1d13aa36642ad0355b3e4 (diff) |
nfs: Remove conn_destroy/init callbacks
NFS is transport-independent, so no point emulating knowledge
of transportin software.
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1743 (XenServer is not compatible with GlusterNFS)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1743
Diffstat (limited to 'xlators/nfs/server')
-rw-r--r-- | xlators/nfs/server/src/nfs3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/nfs3.c b/xlators/nfs/server/src/nfs3.c index d142a31f64a..7fed84d5021 100644 --- a/xlators/nfs/server/src/nfs3.c +++ b/xlators/nfs/server/src/nfs3.c @@ -4855,8 +4855,6 @@ rpcsvc_program_t nfs3prog = { .proghost = NULL, .actors = nfs3svc_actors, .numactors = NFS3_PROC_COUNT, - .conn_destroy = NULL, - .conn_init = NULL, /* Requests like FSINFO are sent before an auth scheme * is inited by client. See RFC 2623, Section 2.3.2. */ |