diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-11-23 18:57:13 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-24 04:36:54 -0800 |
commit | 8b8205c2be7ea70b9eaab8da3cec5ec7e830c516 (patch) | |
tree | e08bddbc7ab29f13cbb5e005ed4f6638095dd2c4 /xlators/performance/io-cache/src/page.c | |
parent | 54188f9d8878b2a961050e001658f35e163caebc (diff) |
performance/io-cache: use STACK_UNWIND_STRICT for unwinding.
Signed-off-by: Raghavendra G <raghavendra@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/performance/io-cache/src/page.c')
-rw-r--r-- | xlators/performance/io-cache/src/page.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/performance/io-cache/src/page.c b/xlators/performance/io-cache/src/page.c index 475a095e6d4..fc0eba1011b 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); |