diff options
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 475a095e6..fc0eba101 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); |