From: Albert Lee Date: Mon, 5 Dec 2005 07:38:02 +0000 (+0800) Subject: [PATCH] libata: move err_mask to ata_queued_cmd X-Git-Tag: v2.6.16-rc1~474^2~22^2~6^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22e2eb0710798009b8e696ae911aef745089dd6;p=pandora-kernel.git [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 =============== Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed