diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr-open.c')
| -rw-r--r-- | xlators/cluster/afr/src/afr-open.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/xlators/cluster/afr/src/afr-open.c b/xlators/cluster/afr/src/afr-open.c index 306f5a85af0..41db67d7f81 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;          }  | 
