From: Kay Sievers Date: Wed, 19 Mar 2008 12:04:47 +0000 (+0100) Subject: [SCSI] fix media change events for polled devices X-Git-Tag: v2.6.25-rc7~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1566ed2100d074ccc654e5cf2e44cdea3a01d0;p=pandora-kernel.git [SCSI] fix media change events for polled devices Commit: a341cd0f (SCSI: add asynchronous event notification API) breaks: 285e9670 (sr,sd: send media state change modification events) by introducing an event filter, which is removed here, to make events, we are depending on, happen again. Fix this by removing the event filter. It's pretty much broken at the moment, since a user can't set it (the attribute being read only). A proper fix will be to make the event discriminator distinguish between AN and Polled media change events. Cc: David Zeuthen Cc: kristen accardi Cc: Jeff Garzik Signed-off-by: Kay Sievers Signed-off-by: James Bottomley --- Reading git-diff-tree failed