diff options
Diffstat (limited to 'xlators/performance')
| -rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 465881080a4..2d7f4f205ee 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -1270,8 +1270,8 @@ out:                                                          op_errno = ENOMEM;                                                          need_unwind = 1;                                                          qr_fd_ctx->open_in_transit = 0; +                                                        goto fdctx_unlock;                                                  } -                                                goto fdctx_unlock;                                          }                                          stub = fop_readv_stub (frame,  | 
