diff options
Diffstat (limited to 'xlators/performance/read-ahead/src/page.c')
-rw-r--r-- | xlators/performance/read-ahead/src/page.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/performance/read-ahead/src/page.c b/xlators/performance/read-ahead/src/page.c index da46b312b..07ab84ed8 100644 --- a/xlators/performance/read-ahead/src/page.c +++ b/xlators/performance/read-ahead/src/page.c @@ -400,10 +400,10 @@ ra_frame_unwind (call_frame_t *frame) fd = local->fd; ret = fd_ctx_get (fd, frame->this, &tmp_file); file = (ra_file_t *)(long)tmp_file; - - STACK_UNWIND (frame, local->op_ret, local->op_errno, - vector, count, &file->stbuf, iobref); - + + STACK_UNWIND_STRICT (readv, frame, local->op_ret, local->op_errno, + vector, count, &file->stbuf, iobref); + iobref_unref (iobref); pthread_mutex_destroy (&local->local_lock); free (local); |