commit | d9aca22cf443f5ed77d15a320abbab055ae4a976 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu May 17 16:43:26 2007 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Thu May 17 20:57:38 2007 -0400 |
tree | a808d879baf21a557a93e9ef3a0d96b004985f8b | |
parent | 1daf9ce74e0e0ef8ffde800ab495339458c3375f [diff] |
libata: remove libata.spindown_compat With STANDBYDOWN tracking added, libata.spindown_compat isn't necessary anymore. If userspace shutdown(8) issues STANDBYNOW, libata warns. If userspace shutdown(8) doesn't issue STANDBYNOW, libata does the right thing. Userspace can tell whether kernel supports spindown by testing whether sysfs node manage_start_stop exists as before. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>