commit | 82ef04fb4c82542b3eda81cca461f0594ce9cd0b | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jul 31 17:02:40 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Mon Sep 29 00:22:28 2008 -0400 |
tree | e513df5ad8dc9f7400830bfc8786afb6bec90fb6 | |
parent | 6ef190cc92e33565accff6a320f0e7d90480bfe7 [diff] |
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 <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>