[SCSI] ibmvfc: Fixup GFP flags for target allocations
authorBrian King <brking@linux.vnet.ibm.com>
Thu, 28 May 2009 21:17:24 +0000 (16:17 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 8 Jun 2009 18:07:31 +0000 (13:07 -0500)
Since target allocations can occur while resetting the virtual adapter,
we shouldn't be using GFP_KERNEL for them as it could hang. Switch to
use GFP_NOIO.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found