From: Abhijeet Joglekar Date: Tue, 14 Jun 2011 04:21:01 +0000 (-0700) Subject: [SCSI] fnic: fix incorrect use of SLAB_CACHE_DMA flag X-Git-Tag: v3.1-rc1~270^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c79c74272b25bbcfb0149d5a4627ed768795d2d;p=pandora-kernel.git [SCSI] fnic: fix incorrect use of SLAB_CACHE_DMA flag Driver was incorrectly using the SLAB_CACHE_DMA flag when creating a cache for SGLs. fnic device does not have 24-bit DMA restrictions. Remove the flag and allocations from ZONE_DMA. Thanks to Roland Dreier and David Rientjes for pointing out the bug. Signed-off-by: Abhijeet Joglekar Signed-off-by: James Bottomley --- Reading git-diff-tree failed