Merge branch 'upstream-fixes'
[sfrench/cifs-2.6.git] / Documentation / feature-removal-schedule.txt
index 79f0ed9f60def897f53bbd5e7ab9f43e925ac570..975e14e150ae3d7a8da2817895c332d22220f957 100644 (file)
@@ -178,3 +178,12 @@ Why:       The ISA interface is faster and should be always available. The I2C
        probing is also known to cause trouble in at least one case (see
        bug #5889.)
 Who:   Jean Delvare <khali@linux-fr.org>
+
+---------------------------
+
+What:  mount/umount uevents
+When:  February 2007
+Why:   These events are not correct, and do not properly let userspace know
+       when a file system has been mounted or unmounted.  Userspace should
+       poll the /proc/mounts file instead to detect this properly.
+Who:   Greg Kroah-Hartman <gregkh@suse.de>