diff options
author | shishir gowda <shishirng@gluster.com> | 2010-07-20 04:24:40 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-20 09:45:49 -0700 |
commit | 3d50c10261b9d3128f54f01442364fc91a907f4f (patch) | |
tree | ccc10944e3ea8a84b6fa30d75bf49a818f7f56b8 /xlators/features/locks | |
parent | 22516806e1c0c7830362f8d7fe055037df0d09e8 (diff) |
features/locks convert STACK_UNWIND to STACK_UNWIND_STRICT
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 269 (Add a specialized STACK_UNWIND macro for each FOP)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=269
Diffstat (limited to 'xlators/features/locks')
-rw-r--r-- | xlators/features/locks/src/posix.c | 4 |
1 files changed, 3 insertions, 1 deletions
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, |