[PATCH] libata: move err_mask to ata_queued_cmd
authorAlbert Lee <albertcc@tw.ibm.com>
Mon, 5 Dec 2005 07:38:02 +0000 (15:38 +0800)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 6 Dec 2005 09:49:22 +0000 (04:49 -0500)
  - 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>

No differences found