diff options
-rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 198cd2d9849..e025f0d0aa9 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -1625,8 +1625,7 @@ qr_flush (call_frame_t *frame, xlator_t *this, fd_t *fd) unlock: UNLOCK (&qr_fd_ctx->lock); } else { - op_ret = 0; - need_unwind = 1; + can_wind = 1; } if (need_unwind) { |