aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aio.c')
-rw-r--r--fs/aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/aio.c b/fs/aio.c
index 4f641abac3c0..769791df36b4 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -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