]> git.neil.brown.name Git - history.git/commit
[PATCH] Suppress page allocation failures from sg_page_malloc()
authorAndrew Morton <akpm@osdl.org>
Fri, 6 Feb 2004 00:51:09 +0000 (16:51 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 6 Feb 2004 00:51:09 +0000 (16:51 -0800)
commitc7083531bf39bb6efd8e21405d6a7a97b325d3ee
tree7f2272a4615edcdbd7e97716a6383bf23504811b
parent66bf0a37d5dbab77159ed22e01813f5a879323c2
[PATCH] Suppress page allocation failures from sg_page_malloc()

It is performing higher-order atomic allocations then falling back, so
failures are expected.  Suppress the scary warnings.
drivers/scsi/sg.c