commit | 8e0e694a3a48212bfe29a9ad3cd592bf68dfec81 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Mar 31 20:41:11 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Mar 31 10:14:42 2006 -0500 |
tree | 82f2b114160c8f1a6537c471fea7b41e50a80814 | |
parent | e4a70e76add280db6068426716a9b2a74099144f [diff] |
[PATCH] libata: make ata_qc_issue complete failed qcs There is no reason for the issuer to diddle with a failed qc as the issuer has complete control over when a qc gets freed (usually in ->complete_fn). Make ata_qc_issue() responsible for completing qcs which failed to issue. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>