commit | a22e2eb0710798009b8e696ae911aef745089dd6 | [log] [tgz] |
---|---|---|
author | Albert Lee <albertcc@tw.ibm.com> | Mon Dec 05 15:38:02 2005 +0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Tue Dec 06 04:49:22 2005 -0500 |
tree | 93421443499249db0301868e07f24156c456cf7a | |
parent | c14b8331ec4843e4f2b67a4d847a0d812a50e43c [diff] |
[PATCH] libata: move err_mask to ata_queued_cmd - remove err_mask from the parameter list of the complete functions - move err_mask to ata_queued_cmd - initialize qc->err_mask when needed - for each function call to ata_qc_complete(), replace the err_mask parameter with qc->err_mask. Signed-off-by: Albert Lee <albertcc@tw.ibm.com> =============== Signed-off-by: Jeff Garzik <jgarzik@pobox.com>