[PATCH] remove mount/umount uevents from superblock handling
authorKay Sievers <kay.sievers@suse.de>
Fri, 11 Nov 2005 05:09:55 +0000 (06:09 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2006 00:18:07 +0000 (16:18 -0800)
commit033b96fd30db52a710d97b06f87d16fc59fee0f1
tree00fbccf2cf478307e213f298a221e330f3ba12ae
parent0f76e5acf9dc788e664056dda1e461f0bec93948
[PATCH] remove mount/umount uevents from superblock handling

The names of these events have been confusing from the beginning
on, as they have been more like claim/release events. We needed these
events for noticing HAL if storage devices have been mounted.

Thanks to Al, we have the proper solution now and can poll()
/proc/mounts instead to get notfied about mount tree changes.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/super.c
include/linux/kobject.h
lib/kobject_uevent.c