<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Jesper Juhl &lt;juhl-lkml@dif.dk&gt;

Something like this should do I assume. I'll add that to the deprecation 
patch in the future.

Signed-off-by: Jesper Juhl &lt;juhl-lkml@dif.dk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

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

diff -puN Documentation/feature-removal-schedule.txt~verify_area-cleanup-deprecate-fix Documentation/feature-removal-schedule.txt
--- 25/Documentation/feature-removal-schedule.txt~verify_area-cleanup-deprecate-fix	Fri Mar  4 17:10:22 2005
+++ 25-akpm/Documentation/feature-removal-schedule.txt	Fri Mar  4 17:10:22 2005
@@ -32,3 +32,9 @@ Why:	/proc/sys/cpu/* has been deprecated
 	/sys/devices/system/cpu/cpu%n/cpufreq/.
 Who:	Dominik Brodowski &lt;linux@brodo.de&gt;
 
+What:	verify_area
+When:	May 2005
+Files:	include/asm-*/uaccess.h
+Why:	Obsolete, replaced by (and simply a wrapper for) access_ok.
+Who:	Jesper Juhl &lt;juhl-lkml@dif.dk&gt;
+
_
</pre></body></html>