From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:20 +0000 (+0900) Subject: libata: drop @finish_qc from ata_qc_complete_multiple() X-Git-Tag: v2.6.26-rc1~1150^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f97dadfe9b4b561634d202225ba2fa910dc225;p=pandora-kernel.git libata: drop @finish_qc from ata_qc_complete_multiple() ata_qc_complete_multiple() took @finish_qc and called it on every qc before completing it. This was to give opportunity to update TF cache before ata_qc_complete() tries to fill result_tf. Now that result TF is a separate operation, this is no longer necessary. Update sata_sil24, which was the only user of this mechanism, such that it implements its own ops->qc_fill_rtf() and drop @finish_qc from ata_qc_complete_multiple(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed