From: James Bottomley Date: Tue, 5 Feb 2008 05:06:27 +0000 (+0900) Subject: libata: kill now unused n_iter and fix sata_fsl X-Git-Tag: v2.6.25-rc1~517^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37198e3051b63d3184886e9bb8235e7578e82628;p=pandora-kernel.git libata: kill now unused n_iter and fix sata_fsl qc->n_iter was used for libata's own sg walking before sg chaining replaced it. During conversion, the field and its usage in sata_fsl were left behind. Kill the filed and update sata_fsl. tj: This was part of James's libata-use-block-layer-padding patch. Separated out by me. Signed-off-by: James Bottomley Signed-off-by: Tejun Heo Cc: Li Yang Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed