summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs.c
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2010-04-20 02:43:08 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-04-20 01:51:10 -0700
commit1233dad03fb71afe2714ee76476cea75e26aab25 (patch)
tree44a7c450585d4d07e60530e8787d02b8130dd956 /xlators/nfs/server/src/nfs.c
parent74b165a23fdb4791d2dcd83194ef8765bb43716e (diff)
nfs: Remove reference to top
This is not needed anymore and also conflicts with changes being made for DVM. Should have been removed with the bug fix for bz 770. Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 770 (NFS Xlator - Crash when both GlusterFS server/NFS Server are in the same file) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=770
Diffstat (limited to 'xlators/nfs/server/src/nfs.c')
-rw-r--r--xlators/nfs/server/src/nfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c
index 14d82fc28..b598b0c69 100644
--- a/xlators/nfs/server/src/nfs.c
+++ b/xlators/nfs/server/src/nfs.c
@@ -483,7 +483,6 @@ init (xlator_t *this) {
goto free_nfs;
}
- this->ctx->top = this;
ret = nfs_init_subvolumes (nfs, this->children);
if (ret == -1) {
gf_log (GF_NFS, GF_LOG_CRITICAL, "Failed to init NFS exports");