From 1233dad03fb71afe2714ee76476cea75e26aab25 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 20 Apr 2010 02:43:08 +0000 Subject: 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 Signed-off-by: Anand V. Avati 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 --- xlators/nfs/server/src/nfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/nfs') diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 14d82fc286c..b598b0c69da 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"); -- cgit