diff options
Diffstat (limited to 'fs/aio.c')
-rw-r--r-- | fs/aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1673,7 +1673,7 @@ asmlinkage long sys_io_cancel(aio_context_t ctx_id, struct iocb __user *iocb, | |||
1673 | ret = -EFAULT; | 1673 | ret = -EFAULT; |
1674 | } | 1674 | } |
1675 | } else | 1675 | } else |
1676 | printk(KERN_DEBUG "iocb has no cancel operation\n"); | 1676 | ret = -EINVAL; |
1677 | 1677 | ||
1678 | put_ioctx(ctx); | 1678 | put_ioctx(ctx); |
1679 | 1679 | ||