commit | 7270b9bde5f382e730e1ef69d6c1b34d388df2b0 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Thu May 28 16:17:24 2009 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Jun 08 13:07:31 2009 -0500 |
tree | 081c826dd97cc7310eab63cfa0b719e6211f98cb | |
parent | 4a2837d4fcaf8a2c2ad61523287073d0c14b9ed0 [diff] |
[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 <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>