From 8af07a0d44059f0046d54f5926dce40a04818493 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Mon, 31 Oct 2011 14:31:40 +0530 Subject: cluster/afr : Remove wrong log message in afr-open.c Removes a wrong and unneeded log message in afr-open.c Change-Id: I682c9e1281867e6ccbed7099268e4015f9783ccd BUG: 3443 Reviewed-on: http://review.gluster.com/648 Tested-by: Gluster Build System Reviewed-by: Pranith Kumar Karampuri --- xlators/cluster/afr/src/afr-open.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xlators/cluster/afr/src/afr-open.c b/xlators/cluster/afr/src/afr-open.c index 306f5a85a..41db67d7f 100644 --- a/xlators/cluster/afr/src/afr-open.c +++ b/xlators/cluster/afr/src/afr-open.c @@ -322,9 +322,6 @@ afr_openfd_sh_unwind (call_frame_t *frame, xlator_t *this, int32_t op_ret, UNLOCK (&local->fd->lock); if (call_count == 0) { - gf_log (this->name, GF_LOG_WARNING, - "fd not open on any subvolume %p (%s)", - local->fd, local->loc.path); abandon = 1; goto out; } @@ -619,10 +616,6 @@ afr_openfd_flush (call_frame_t *frame, xlator_t *this, fd_t *fd) UNLOCK (&local->fd->lock); if (call_count == 0) { - gf_log (this->name, GF_LOG_WARNING, - "fd not open on any subvolume %p (%s)", - fd, local->loc.path); - no_open = 1; goto out; } -- cgit