commit | 13b8d09f5de0aaa3153bbccc98baf247387823dc | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue May 15 12:29:22 2007 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Wed May 16 01:18:31 2007 -0400 |
tree | d35c90bd2460d7808595917ccf7c102229353365 | |
parent | da071b42f73dabbd0daf7ea4c3ff157d53b00648 [diff] |
libata: track spindown status and skip spindown_compat if possible Our assumption that most distros issue STANDBYNOW seems wrong. The upstream sysvinit and thus many distros including gentoo and opensuse don't take any action for libata disks on spindown. We can skip compat handling for these distros so that they don't need to update anything to take advantage of kernel-side shutdown. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>