diff options
| -rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c index 054d28c03bf..8febfc8fbd5 100644 --- a/xlators/performance/io-cache/src/io-cache.c +++ b/xlators/performance/io-cache/src/io-cache.c @@ -991,6 +991,7 @@ ioc_dispatch_requests (call_frame_t *frame, ioc_inode_t *ioc_inode, fd_t *fd,                                                  "out of memory");                                          local->op_ret = -1;                                          local->op_errno = ENOMEM; +                                        ioc_inode_unlock (ioc_inode);                                          goto out;                                  }                          }  | 
