From 9ae2f79879b295639b55411c5339eba04e627345 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 8 Mar 2012 14:51:02 +0530 Subject: xlator/lib: fix spurious STACK_UNWIND Change-Id: If37eba97710fc79713f70c4117015d49f93ad137 BUG: 801285 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.com/2898 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/lib/src/libxlator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/lib/src') diff --git a/xlators/lib/src/libxlator.c b/xlators/lib/src/libxlator.c index 68e028267..85b5f685e 100644 --- a/xlators/lib/src/libxlator.c +++ b/xlators/lib/src/libxlator.c @@ -188,7 +188,7 @@ out: local->xl_specf_unwind (frame, op_ret, op_errno, dict); return 0; - } else { + } else if (need_unwind) { STACK_UNWIND_STRICT (getxattr, frame, op_ret, op_errno, dict); } -- cgit