From: Al Viro Date: Sun, 24 Apr 2005 19:28:34 +0000 (-0700) Subject: [PATCH] SCSI GFP fixes X-Git-Tag: v2.6.12-rc4~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc86120a85ebf553180946e8854d1993f074e9f5;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed