diff options
| author | Vijay Bellur <vbellur@redhat.com> | 2013-12-23 02:39:00 -0800 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-24 03:31:53 -0800 | 
| commit | 63a3a0dd297f0615517de399f54df99041577a35 (patch) | |
| tree | f7d51c963166638cea957aff7a47e383594e730a /xlators/protocol/client/src/client-rpc-fops.c | |
| parent | 92ad6c28936904ed2a43d254892a325bc2c695dc (diff) | |
Revert "core: fix errno for non-existent GFID"
This reverts commit 837422858c2e4ab447879a4141361fd382645406
Change-Id: I0909f26ce088454bb14b3694b489c672286a4ae6
Reviewed-on: http://review.gluster.org/6575
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/protocol/client/src/client-rpc-fops.c')
| -rw-r--r-- | xlators/protocol/client/src/client-rpc-fops.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/protocol/client/src/client-rpc-fops.c b/xlators/protocol/client/src/client-rpc-fops.c index 12fef8db5a9..f524c1a373a 100644 --- a/xlators/protocol/client/src/client-rpc-fops.c +++ b/xlators/protocol/client/src/client-rpc-fops.c @@ -2615,8 +2615,7 @@ out:          rsp.op_errno = op_errno;          if (rsp.op_ret == -1) {                  /* any error other than ENOENT */ -                if (!(local->loc.name && rsp.op_errno == ENOENT) && -		    !(rsp.op_errno == ESTALE)) +                if (rsp.op_errno != ENOENT)                          gf_log (this->name, GF_LOG_WARNING,                                  "remote operation failed: %s. Path: %s (%s)",                                  strerror (rsp.op_errno),  | 
