[PATCH 7/7] rename locking functions - add entry to feature-removal-schedule.txt

From: Jesper Juhl
Date: Wed Aug 17 2005 - 19:16:03 EST


Document sema_init, init_MUTEX & init_MUTEX_LOCKED as being deprecated and
going away in early 2006.


Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>
---

Documentation/feature-removal-schedule.txt | 9 +++++++++
1 files changed, 9 insertions(+)

--- linux-2.6.13-rc6-git9-orig/Documentation/feature-removal-schedule.txt 2005-08-17 21:51:19.000000000 +0200
+++ linux-2.6.13-rc6-git9/Documentation/feature-removal-schedule.txt 2005-08-18 01:04:15.000000000 +0200
@@ -135,3 +135,12 @@
pcmciautils package available at
http://kernel.org/pub/linux/utils/kernel/pcmcia/
Who: Dominik Brodowski <linux@xxxxxxxx>
+
+---------------------------
+
+What: sema_init, init_MUTEX & init_MUTEX_LOCKED
+When: January 2006
+Why: The functions have been renamed. The new names are:
+ init_sema, init_mutex & init_mutex_locked.
+ Deprecated wrappers with the old names exist and should be removed.
+Who: Jesper Juhl <jesper.juhl@xxxxxxxxx>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/