summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 14d82fc2..b598b0c6 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");