]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
aio: remove bare user-triggerable error printk
authorZach Brown <zach.brown@oracle.com>
Wed, 25 Apr 2007 22:47:15 +0000 (00:47 +0200)
committerAdrian Bunk <bunk@stusta.de>
Wed, 25 Apr 2007 22:47:15 +0000 (00:47 +0200)
commit70272a6c174b13f764322d1ac8c43f10372f4b0c
tree157b4297ed11131564d4b2225c7eda46762c7c1e
parent89cd6ca5a57e67604e05076203e1da12723dae12
aio: remove bare user-triggerable error printk

The user can generate console output if they cause do_mmap() to fail
during sys_io_setup().  This was seen in a regression test that does
exactly that by spinning calling mmap() until it gets -ENOMEM before
calling io_setup().

We don't need this printk at all, just remove it.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/aio.c