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
This commit is contained in:
Shehjar Tikoo 2010-04-20 02:43:08 +00:00 committed by Anand V. Avati
parent 74b165a23f
commit 1233dad03f

View File

@ -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");