Files
linux/drivers/block
Stephen M. Cameron 2ad6cdc20f cciss: fix scatter gather chain block dma direction kludge
cciss: fix scatter gather chain block dma direction kludge
The data direction for the chained block of scatter gather
elements should always be PCI_DMA_TODEVICE, but was mistakenly
set to the direction of the data transfer, then a kludge to
fix it was added, in which pci_dma_sync_single_for_device or
pci_dma_sync_single_for_cpu was called.  If the correct direction
is used in the first place, the kludge isn't needed.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2010-02-28 19:42:31 +01:00
..
2010-02-22 13:44:45 +01:00
2010-02-28 19:42:31 +01:00
2009-10-01 21:17:49 +02:00
2009-10-01 21:17:49 +02:00
2009-03-26 21:15:27 +01:00
2008-10-21 07:48:11 -04:00