From: Brian King Date: Thu, 28 May 2009 21:17:24 +0000 (-0500) Subject: [SCSI] ibmvfc: Fixup GFP flags for target allocations X-Git-Tag: v2.6.31-rc1~365^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7270b9bde5f382e730e1ef69d6c1b34d388df2b0;p=pandora-kernel.git [SCSI] ibmvfc: Fixup GFP flags for target allocations 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed