From a3ed6014101d2bc3904041c1c7a062cdf6bdf7d7 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Mon, 19 Jul 2010 07:43:08 +0000 Subject: encryption/ features/quota change 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/quota/src/quota.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xlators/features/quota/src') diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index a4266a32a85..6d1d195b8ec 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -988,7 +988,9 @@ quota_lookup_cbk (call_frame_t *frame, dict_t *dict, struct iatt *postparent) { - STACK_UNWIND (frame, + STACK_UNWIND_STRICT ( + lookup, + frame, op_ret, op_errno, inode, -- cgit