[PATCH] add note about verify_area removal toDocumentation/feature-removal-schedule.txt

From: Jesper Juhl
Date: Mon Jun 13 2005 - 15:29:59 EST


Add note about the soon-to-come removal of verify_area() to
Documentation/feature-removal-schedule.txt, so it can be clearly
deprecated *and* documented to go away real-soon-now in 2.6.12 (if there's
time to push it to Linus before 2.6.12 hits).

This was already in -mm earlier, but some duplicate patch submission
(error on my part) caused it to be messed up and then removed.


Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>
---

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

--- linux-2.6.12-rc6-mm1-orig/Documentation/feature-removal-schedule.txt 2005-06-12 15:58:39.000000000 +0200
+++ linux-2.6.12-rc6-mm1/Documentation/feature-removal-schedule.txt 2005-06-13 22:20:30.000000000 +0200
@@ -100,3 +100,11 @@
Files: kernel/panic.c
Why: No modular usage in the kernel.
Who: Adrian Bunk <bunk@xxxxxxxxx>
+
+---------------------------
+
+What: remove verify_area()
+When: July 2006
+Files: Various uaccess.h headers.
+Why: Deprecated and redundant. access_ok() should be used instead.
+Who: Jesper Juhl <juhl-lkml@xxxxxx>



-
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/