X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Faio.c;h=e4598d6d49ddea9311b73d716c1f92d91118b6ac;hb=ae40eb1ef30ab4120bd3c8b7e3da99ee53d27a23;hp=0b4ee0a5c83e809f07ca6a0a049e9521226782c0;hpb=d9bc125caf592b7d081021f32ce5b717efdf70c8;p=pandora-kernel.git diff --git a/fs/aio.c b/fs/aio.c index 0b4ee0a5c83e..e4598d6d49dd 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -136,7 +136,6 @@ static int aio_setup_ring(struct kioctx *ctx) 0); if (IS_ERR((void *)info->mmap_base)) { up_write(&ctx->mm->mmap_sem); - printk("mmap err: %ld\n", -info->mmap_base); info->mmap_size = 0; aio_free_ring(ctx); return -EAGAIN;