diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-04-06 06:21:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-04-27 13:57:31 -0400 |
commit | 3106d46f51a1a72fdbf071ebc0800a9bcfcbc544 (patch) | |
tree | bd2045da6a476e942b1bbb004c3065124e856464 /Documentation/feature-removal-schedule.txt | |
parent | 2753133eb3321feb81dcb9c88141dd2aa5973ee1 (diff) |
the overdue removal of the mount/umount uevents
This patch contains the overdue removal of the mount/umount uevents.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 6da663607f7b..ec0b4843b1cb 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -134,15 +134,6 @@ Who: Arjan van de Ven <arjan@linux.intel.com> | |||
134 | 134 | ||
135 | --------------------------- | 135 | --------------------------- |
136 | 136 | ||
137 | What: mount/umount uevents | ||
138 | When: February 2007 | ||
139 | Why: These events are not correct, and do not properly let userspace know | ||
140 | when a file system has been mounted or unmounted. Userspace should | ||
141 | poll the /proc/mounts file instead to detect this properly. | ||
142 | Who: Greg Kroah-Hartman <gregkh@suse.de> | ||
143 | |||
144 | --------------------------- | ||
145 | |||
146 | What: USB driver API moves to EXPORT_SYMBOL_GPL | 137 | What: USB driver API moves to EXPORT_SYMBOL_GPL |
147 | When: February 2008 | 138 | When: February 2008 |
148 | Files: include/linux/usb.h, drivers/usb/core/driver.c | 139 | Files: include/linux/usb.h, drivers/usb/core/driver.c |