[PATCH 13/13] fs: deprecate memclear_highpage_flush

2007-04-10 Thread Nate Diller
Now that all the in-tree users are converted over to zero_user_page(), deprecate the old memclear_highpage_flush() call. Signed-off-by: Nate Diller <[EMAIL PROTECTED]> --- diff -urpN -X dontdiff linux-2.6.21-rc6-mm1/include/linux/highmem.h linux-2.6.21-rc6-mm1-test/include/linux/highmem.h --- l

Re: [PATCH 13/13] fs: deprecate memclear_highpage_flush

2007-04-10 Thread Andrew Morton
On Tue, 10 Apr 2007 20:36:00 -0700 Nate Diller <[EMAIL PROTECTED]> wrote: > Now that all the in-tree users are converted over to zero_user_page(), > deprecate the old memclear_highpage_flush() call. > > Signed-off-by: Nate Diller <[EMAIL PROTECTED]> > > --- > > diff -urpN -X dontdiff linux-2.6.