From 3d50c10261b9d3128f54f01442364fc91a907f4f Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Tue, 20 Jul 2010 04:24:40 +0000 Subject: features/locks convert STACK_UNWIND to STACK_UNWIND_STRICT Signed-off-by: shishir gowda Signed-off-by: Anand V. Avati BUG: 269 (Add a specialized STACK_UNWIND macro for each FOP) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=269 --- xlators/features/locks/src/posix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xlators/features/locks/src/posix.c') diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 54cf89ca4..550dba876 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -1124,7 +1124,9 @@ pl_lookup_cbk (call_frame_t *frame, GF_FREE (local); out: - STACK_UNWIND (frame, + STACK_UNWIND_STRICT ( + lookup, + frame, op_ret, op_errno, inode, -- cgit