From: Tejun Heo Date: Sun, 12 Feb 2006 14:32:58 +0000 (+0900) Subject: [PATCH] libata: move cdb_len for host to device X-Git-Tag: v2.6.17-rc1~1182^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7846e9c548443c86cfbad9e4defb4bdcfc538b;p=pandora-kernel.git [PATCH] libata: move cdb_len for host to device cdb_len is per-device property. Sharing cdb_len on ap results in inaccurate configuration on revalidation and hotplugging. This patch makes cdb_len per-device. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed