From 8b8205c2be7ea70b9eaab8da3cec5ec7e830c516 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Mon, 23 Nov 2009 18:57:13 +0000 Subject: performance/io-cache: use STACK_UNWIND_STRICT for unwinding. Signed-off-by: Raghavendra G 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/performance/io-cache/src/page.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/performance/io-cache/src/page.c') diff --git a/xlators/performance/io-cache/src/page.c b/xlators/performance/io-cache/src/page.c index 475a095e..fc0eba10 100644 --- a/xlators/performance/io-cache/src/page.c +++ b/xlators/performance/io-cache/src/page.c @@ -753,8 +753,8 @@ ioc_frame_unwind (call_frame_t *frame) // ioc_local_unlock (local); - STACK_UNWIND (frame, op_ret, local->op_errno, vector, count, - &stbuf, iobref); + STACK_UNWIND_STRICT (readv, frame, op_ret, local->op_errno, vector, + count, &stbuf, iobref); if (iobref != NULL) { iobref_unref (iobref); -- cgit