From: Tejun Heo Date: Sun, 17 Dec 2006 01:45:57 +0000 (+0900) Subject: [PATCH] libata: kill @cdb argument from xlat methods X-Git-Tag: v2.6.20-rc2~80^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad706991f4f0d1476aecbdae2df5e36552b340b2;p=pandora-kernel.git [PATCH] libata: kill @cdb argument from xlat methods xlat function will be updated to consider qc->scsicmd->cmd_len and many xlat functions deference qc->scsicmd already. It doesn't make sense to pass qc->scsicmd->cmnd as @cdb separately. Kill the argument. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed