[SCSI] scsi: Add allow_restart sysfs class attribute
authorBrian King <brking@us.ibm.com>
Tue, 27 Jun 2006 16:10:31 +0000 (11:10 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 28 Jun 2006 16:39:06 +0000 (12:39 -0400)
commita144c5ae0956fb262e6c82624c82b1110a451437
tree5ce95ee7f08af2e2da257a8d7039e5c63b08db38
parent3bdad7bd253f17ead00b4af2e82f84e9522c95ac
[SCSI] scsi: Add allow_restart sysfs class attribute

This is a resend of a patch I generated in response to an email sent
by Ruben Faelens <parasietje@gmail.com>. His original email to
linux-scsi requested a method in which he could spin down a scsi disk
when not in use and have the kernel automatically spin it back up when
an I/O was generated to the disk. The infrastructure to automatically
spin a disk up has been in the scsi error handler for some time now,
but it is not enabled by default. This patch adds an sd sysfs attribute
which allows userspace to enable this behavior.

Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sd.c