From: Greg Kroah-Hartman Date: Wed, 22 Feb 2006 17:39:02 +0000 (-0800) Subject: Revert mount/umount uevent removal X-Git-Tag: v2.6.16-rc5~63^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa675765afed59bb89adba3369094ebd428b930b;p=pandora-kernel.git Revert mount/umount uevent removal This change reverts the 033b96fd30db52a710d97b06f87d16fc59fee0f1 commit from Kay Sievers that removed the mount/umount uevents from the kernel. Some older versions of HAL still depend on these events to detect when a new device has been mounted. These events are not correctly emitted, and are broken by design, and so, should not be relied upon by any future program. Instead, the /proc/mounts file should be polled to properly detect this kind of event. A feature-removal-schedule.txt entry has been added, noting when this interface will be removed from the kernel. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed