commit | e10b8c3f5f23188e065b1845ba732570eca007fe | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Tue Sep 18 17:46:12 2007 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Oct 12 14:55:38 2007 -0400 |
tree | f236f3a850bbefc16e4819992a725f678c6a0421 | |
parent | d2a84f47899d1efc24fa610696f7b793692279c7 [diff] |
libata-scsi: Remove !use_sg code paths This is a minimal patch needed to remove use of !use_sg but it is not a complete clean up of the !use_sg paths. Libata-core still has the qc->flags & ATA_QCFLAG_SG and !qc->n_elem code paths. Perhaps an ata maintainer would have a go at it. - TODO: further cleanup of qc->flags & ATA_QCFLAG_SG and !qc->n_elem code paths in libata-core - TODO: Use scsi_dma_{map,unmap} where applicable. Signed-off-by: Jeff Garzik <jeff@garzik.org>