From 390f4fd29830a902d6187bc95bfd8c5f5aad5935 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 25 Feb 2010 15:37:53 +0000 Subject: trace: Do not clobber own itable .. as it could've been assigned by our parent such as server or nfs. Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 473 (Trace misreporting pre/post attributes for setattr.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=473 --- xlators/debug/trace/src/trace.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/debug') diff --git a/xlators/debug/trace/src/trace.c b/xlators/debug/trace/src/trace.c index 67ebeb13407..738cc489825 100644 --- a/xlators/debug/trace/src/trace.c +++ b/xlators/debug/trace/src/trace.c @@ -2090,9 +2090,6 @@ init (xlator_t *this) if (gf_log_get_loglevel () < GF_LOG_NORMAL) gf_log_set_loglevel (GF_LOG_NORMAL); - /* Set this translator's inode table pointer to child node's pointer. */ - this->itable = FIRST_CHILD (this)->itable; - return 0; } -- cgit