]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/feature-removal-schedule.txt
[PATCH] deprecate the kernel_thread export
[mv-sheeva.git] / Documentation / feature-removal-schedule.txt
index c7a4d0faab228ab63d3700ee9f2cc2ae730009f3..803a9edb7cd73911a84dfe5cc97de203f0c5e0fc 100644 (file)
@@ -116,6 +116,17 @@ Who:       Harald Welte <laforge@netfilter.org>
 
 ---------------------------
 
+What:  remove EXPORT_SYMBOL(kernel_thread)
+When:  August 2006
+Files: arch/*/kernel/*_ksyms.c
+Why:   kernel_thread is a low-level implementation detail.  Drivers should
+        use the <linux/kthread.h> API instead which shields them from
+       implementation details and provides a higherlevel interface that
+       prevents bugs and code duplication
+Who:   Christoph Hellwig <hch@lst.de>
+
+---------------------------
+
 What:  EXPORT_SYMBOL(lookup_hash)
 When:  January 2006
 Why:   Too low-level interface.  Use lookup_one_len or lookup_create instead.