Re: [patch] cache flush bug in mm/filemap.c (all kernels >=

Andrew Morton (akpm@digeo.com)
Fri, 23 May 2003 02:24:54 -0700


"Lothar Wassmann" <LW@KARO-electronics.de> wrote:
>
> And maybe because *every* other call to flush_page_to_ram() has been
> replaced by one of the new interface macros except that one in
> filemap_nopage() in 'mm/filemap.c'.
>

flush_page_to_ram() has been deleted from the kernel.

filemap_nopage() is a pagecache function and shouldn't be fiddling with
cache and/or TLB operations. Unless it touches the page by hand, which it
does not.

Please, test a current kernel.

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