diff options
Diffstat (limited to 'fs/aio.c')
| -rw-r--r-- | fs/aio.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -136,7 +136,6 @@ static int aio_setup_ring(struct kioctx *ctx) | |||
| 136 | 0); | 136 | 0); |
| 137 | if (IS_ERR((void *)info->mmap_base)) { | 137 | if (IS_ERR((void *)info->mmap_base)) { |
| 138 | up_write(&ctx->mm->mmap_sem); | 138 | up_write(&ctx->mm->mmap_sem); |
| 139 | printk("mmap err: %ld\n", -info->mmap_base); | ||
| 140 | info->mmap_size = 0; | 139 | info->mmap_size = 0; |
| 141 | aio_free_ring(ctx); | 140 | aio_free_ring(ctx); |
| 142 | return -EAGAIN; | 141 | return -EAGAIN; |
