libata: remove libata.spindown_compat
authorTejun Heo <htejun@gmail.com>
Thu, 17 May 2007 14:43:26 +0000 (16:43 +0200)
committerJeff Garzik <jeff@garzik.org>
Fri, 18 May 2007 00:57:38 +0000 (20:57 -0400)
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>

No differences found