diff options
author | Christoph Hellwig <hch@lst.de> | 2006-03-24 06:18:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:28 -0500 |
commit | ac515898f35eaf7b77529cb0560115345d73bc15 (patch) | |
tree | 392eb4e84c0d9e6bb4248bf7a2b3a5631d7646bd /Documentation | |
parent | 208a08f7cc2a8932ed76162d9844f9ae7d7fc015 (diff) |
[PATCH] deprecate the kernel_thread export
Announce that the kernel_thread export will be removed in half a year,
after all it's users have been converted to the kthread_ API, which I plan
to do over the next month.
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')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c7a4d0faab22..803a9edb7cd7 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -116,6 +116,17 @@ Who: Harald Welte <laforge@netfilter.org> | |||
116 | 116 | ||
117 | --------------------------- | 117 | --------------------------- |
118 | 118 | ||
119 | What: remove EXPORT_SYMBOL(kernel_thread) | ||
120 | When: August 2006 | ||
121 | Files: arch/*/kernel/*_ksyms.c | ||
122 | Why: kernel_thread is a low-level implementation detail. Drivers should | ||
123 | use the <linux/kthread.h> API instead which shields them from | ||
124 | implementation details and provides a higherlevel interface that | ||
125 | prevents bugs and code duplication | ||
126 | Who: Christoph Hellwig <hch@lst.de> | ||
127 | |||
128 | --------------------------- | ||
129 | |||
119 | What: EXPORT_SYMBOL(lookup_hash) | 130 | What: EXPORT_SYMBOL(lookup_hash) |
120 | When: January 2006 | 131 | When: January 2006 |
121 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. | 132 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. |