diff options
Diffstat (limited to 'xlators/performance/io-cache/src/ioc-inode.c')
| -rw-r--r-- | xlators/performance/io-cache/src/ioc-inode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-cache/src/ioc-inode.c b/xlators/performance/io-cache/src/ioc-inode.c index a99d5ea99e9..e7155b35d54 100644 --- a/xlators/performance/io-cache/src/ioc-inode.c +++ b/xlators/performance/io-cache/src/ioc-inode.c @@ -124,7 +124,7 @@ ioc_inode_wakeup (call_frame_t *frame, ioc_inode_t *ioc_inode,                                  {                                          page_waitq =                                                  __ioc_page_wakeup (waiter_page, -                                                                   0); +                                                                   waiter_page->op_errno);                                  }                                  ioc_inode_unlock (ioc_inode);                                  if (page_waitq)  | 
