diff options
author | Christoph Hellwig <hch@lst.de> | 2006-07-10 07:45:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-10 16:24:26 -0400 |
commit | c59923a15c12d2b3597af913bf234a0ef264a38b (patch) | |
tree | b501b52309d68e711b7e162b570c16e535922d32 /Documentation/feature-removal-schedule.txt | |
parent | f84dfe82962759f3355eacc8e377361bb77b5274 (diff) |
[PATCH] remove the tasklist_lock export
As announced half a year ago this patch will remove the tasklist_lock
export. The previous two patches got rid of the remaining modular users.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 99f219a01e0e..ee287988934e 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -166,17 +166,6 @@ Who: Arjan van de Ven <arjan@linux.intel.com> | |||
166 | 166 | ||
167 | --------------------------- | 167 | --------------------------- |
168 | 168 | ||
169 | What: remove EXPORT_SYMBOL(tasklist_lock) | ||
170 | When: August 2006 | ||
171 | Files: kernel/fork.c | ||
172 | Why: tasklist_lock protects the kernel internal task list. Modules have | ||
173 | no business looking at it, and all instances in drivers have been due | ||
174 | to use of too-lowlevel APIs. Having this symbol exported prevents | ||
175 | moving to more scalable locking schemes for the task list. | ||
176 | Who: Christoph Hellwig <hch@lst.de> | ||
177 | |||
178 | --------------------------- | ||
179 | |||
180 | What: mount/umount uevents | 169 | What: mount/umount uevents |
181 | When: February 2007 | 170 | When: February 2007 |
182 | Why: These events are not correct, and do not properly let userspace know | 171 | Why: These events are not correct, and do not properly let userspace know |