commit | 033b96fd30db52a710d97b06f87d16fc59fee0f1 | [log] [tgz] |
---|---|---|
author | Kay Sievers <kay.sievers@suse.de> | Fri Nov 11 06:09:55 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 16:18:07 2006 -0800 |
tree | 00fbccf2cf478307e213f298a221e330f3ba12ae | |
parent | 0f76e5acf9dc788e664056dda1e461f0bec93948 [diff] |
[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>