From a3e3e8dee442371665996450ac3a8d2859c47cc0 Mon Sep 17 00:00:00 2001 From: Venkatesh Somyajulu Date: Thu, 19 Dec 2013 18:04:46 +0530 Subject: cluster/afr: Change errno to op_errno Changed errno to op_errno Change-Id: I357987af352cf1d9abda4188d392f17d10b12aec BUG: 1037501 Signed-off-by: Venkatesh Somyajulu Reviewed-on: http://review.gluster.org/6541 Reviewed-by: Pranith Kumar Karampuri Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/afr/src/afr-self-heal-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') 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); } -- cgit