aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 79f0ed9f60de..975e14e150ae 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -178,3 +178,12 @@ Why: The ISA interface is faster and should be always available. The I2C
178 probing is also known to cause trouble in at least one case (see 178 probing is also known to cause trouble in at least one case (see
179 bug #5889.) 179 bug #5889.)
180Who: Jean Delvare <khali@linux-fr.org> 180Who: Jean Delvare <khali@linux-fr.org>
181
182---------------------------
183
184What: mount/umount uevents
185When: February 2007
186Why: These events are not correct, and do not properly let userspace know
187 when a file system has been mounted or unmounted. Userspace should
188 poll the /proc/mounts file instead to detect this properly.
189Who: Greg Kroah-Hartman <gregkh@suse.de>