block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers
authorTejun Heo <tj@kernel.org>
Thu, 21 Apr 2011 19:32:55 +0000 (21:32 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 21 Apr 2011 19:33:05 +0000 (21:33 +0200)
In-kernel disk event polling doesn't matter for legacy/fringe drivers
and may lead to infinite event loop if ->check_events() implementation
generates events on level condition instead of edge.

Now that block layer supports suppressing exporting unlisted events,
simply leaving disk->events cleared allows these drivers to keep the
internal revalidation behavior intact while avoiding weird
interactions with userland event handler.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found