]> Pileus Git - ~andy/linux/commit
[PATCH] SCSI GFP fixes
authorAl Viro <viro@www.linux.org.uk>
Sun, 24 Apr 2005 19:28:34 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 19:28:34 +0000 (12:28 -0700)
commitbc86120a85ebf553180946e8854d1993f074e9f5
treed2d84a28a50328d8d910176b4031482ee308bc55
parentdf6c6804ce1d383c878ab071bce8125125d96abc
[PATCH] SCSI GFP fixes

Somebody forgot that | has higher priority than ?:.  As the result,
allocation is done with bogus flags - instead of GFP_ATOMIC + possibly
GFP_DMA we always get GFP_DMA and no GFP_ATOMIC.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/scsi_error.c
drivers/scsi/scsi_scan.c