From: Mike Christie Date: Fri, 31 Dec 2010 08:22:19 +0000 (-0600) Subject: [SCSI] be2iscsi: fix gfp use in alloc_pdu X-Git-Tag: v2.6.38-rc1~466^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc7accec8788ada4f459461194c2b8fad94ed239;p=pandora-kernel.git [SCSI] be2iscsi: fix gfp use in alloc_pdu The pdu allication callout is called from a spin lock and in the IO path so we cannot use GFP_KERNEL. This has the driver use GFP_ATOMIC. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed