From 28defbea64622f69d65a6079bf800cedb9915a5f Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 27 Mar 2007 15:44:01 -0700 Subject: [PATCH] [PATCH] 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 Signed-off-by: Linus Torvalds --- Reading git-format-patch failed