From: Jesper Juhl <juhl-lkml@dif.dk> Make a note in Documentation/feature-removal-schedule.txt about verify_area going away soon. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> --- 25-akpm/Documentation/feature-removal-schedule.txt | 8 ++++++++ 1 files changed, 8 insertions(+) diff -puN Documentation/feature-removal-schedule.txt~verify_area-cleanup-feature-removal-schedulepatch Documentation/feature-removal-schedule.txt --- 25/Documentation/feature-removal-schedule.txt~verify_area-cleanup-feature-removal-schedulepatch 2005-03-06 20:55:43.000000000 -0800 +++ 25-akpm/Documentation/feature-removal-schedule.txt 2005-03-06 20:55:43.000000000 -0800 @@ -38,3 +38,11 @@ Files: include/asm-*/uaccess.h Why: Obsolete, replaced by (and simply a wrapper for) access_ok. Who: Jesper Juhl <juhl-lkml@dif.dk> +--------------------------- + +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 <juhl-lkml@dif.dk> + _