summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal-entry.c
diff options
context:
space:
mode:
authorVenkatesh Somyajulu <vsomyaju@redhat.com>2013-12-19 18:04:46 +0530
committerVijay Bellur <vbellur@redhat.com>2013-12-29 23:16:33 -0800
commita3e3e8dee442371665996450ac3a8d2859c47cc0 (patch)
treec8d725dde65b57ffd2f2507234ef23c781e1850a /xlators/cluster/afr/src/afr-self-heal-entry.c
parent0a377e4af6c026d5be1c0f685f2339805b83a28a (diff)
cluster/afr: Change errno to op_errno
Changed errno to op_errno Change-Id: I357987af352cf1d9abda4188d392f17d10b12aec BUG: 1037501 Signed-off-by: Venkatesh Somyajulu <vsomyaju@redhat.com> Reviewed-on: http://review.gluster.org/6541 Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-entry.c')
-rw-r--r--xlators/cluster/afr/src/afr-self-heal-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c
index 2989b2adb92..0ca06aaa382 100644
--- a/xlators/cluster/afr/src/afr-self-heal-entry.c
+++ b/xlators/cluster/afr/src/afr-self-heal-entry.c
@@ -1018,7 +1018,7 @@ afr_sh_entry_impunge_xattrop_cbk (call_frame_t *impunge_frame, void *cookie,
LOCK (&impunge_frame->lock);
{
impunge_local->op_ret = -1;
- impunge_local->op_errno = errno;
+ impunge_local->op_errno = op_errno;
}
UNLOCK (&impunge_frame->lock);
}