From: Tejun Heo Date: Wed, 5 Dec 2007 07:43:09 +0000 (+0900) Subject: libata: kill non-sg DMA interface X-Git-Tag: v2.6.25-rc1~1233^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=001102d7859be0e7f7b9f2d62b841f2c0f9c2640;p=pandora-kernel.git libata: kill non-sg DMA interface With atapi_request_sense() converted to use sg, there's no user of non-sg interface. Kill non-sg interface. * ATA_QCFLAG_SINGLE and ATA_QCFLAG_SG are removed. ATA_QCFLAG_DMAMAP is used instead. (this way no LLD change is necessary) * qc->buf_virt is removed. * ata_sg_init_one() and ata_sg_setup_one() are removed. Signed-off-by: Tejun Heo Cc: Rusty Russel Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed