diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-02-23 21:16:27 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-02-23 21:16:27 -0500 |
commit | 7b0386921db20add25afd8678ed34a9253e512fc (patch) | |
tree | 8c6b888b76211e38e6c1c3006553dc4b2b24c75e /Documentation/feature-removal-schedule.txt | |
parent | c5580a7ecb859c6821dd761c95fa150ec7695ae1 (diff) | |
parent | 22fe472cb430ce45c4fb9b6d13060dd724d6dbc8 (diff) |
Merge branch 'upstream-fixes'
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
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.) |
180 | Who: Jean Delvare <khali@linux-fr.org> | 180 | Who: Jean Delvare <khali@linux-fr.org> |
181 | |||
182 | --------------------------- | ||
183 | |||
184 | What: mount/umount uevents | ||
185 | When: February 2007 | ||
186 | Why: 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. | ||
189 | Who: Greg Kroah-Hartman <gregkh@suse.de> | ||