From: Tejun Heo Date: Thu, 31 Jul 2008 08:02:40 +0000 (+0900) Subject: libata: make SCR access ops per-link X-Git-Tag: v2.6.28-rc1~736^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ef04fb4c82542b3eda81cca461f0594ce9cd0b;p=pandora-kernel.git libata: make SCR access ops per-link Logically, SCR access ops should take @link; however, there was no compelling reason to convert all SCR access ops when adding @link abstraction as there's one-to-one mapping between a port and a non-PMP link. However, that assumption won't hold anymore with the scheduled addition of slave link. Make SCR access ops per-link. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed