Re: [patch 3/4] scsi: expose AN support to user space

2007-10-28 Thread James Bottomley
On Thu, 2007-10-25 at 03:15 -0400, Jeff Garzik wrote: [EMAIL PROTECTED] wrote: From: Kristen Carlson Accardi [EMAIL PROTECTED] If a scsi_device supports async notification for media change, then let user space know this capability exists by creating a new sysfs entry

Re: [patch 3/4] scsi: expose AN support to user space

2007-10-25 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Kristen Carlson Accardi [EMAIL PROTECTED] If a scsi_device supports async notification for media change, then let user space know this capability exists by creating a new sysfs entry media_change_notify, which will be 1 if it is supported, and 0 if not supported.

[patch 3/4] scsi: expose AN support to user space

2007-10-16 Thread akpm
From: Kristen Carlson Accardi [EMAIL PROTECTED] If a scsi_device supports async notification for media change, then let user space know this capability exists by creating a new sysfs entry media_change_notify, which will be 1 if it is supported, and 0 if not supported. Create a routine which