Re: Patch: linux-2.3.31/fs/hpfs/file.c: grab_page_cache should be

Alexander Viro (viro@math.psu.edu)
Sun, 12 Dec 1999 11:14:16 -0500 (EST)


On Sun, 12 Dec 1999, Adam J. Richter wrote:

> Hello Mikulas,
>
> I think I have an hpfs patch for you.
>
> linux-2.3.31/fs/hpfs/file.c attempts to call grab_page_cache,
> which is not defined anywhere in the kernel. However, there is a
> routine named grab_cache_page that matches the parameters being
> passed. I believe the call to grab_page_cache was supposed to
> grab_cache_page, but I am not completely sure and I do not have
> an hpfs partition on which I could test the resulting code, so I
> leave it to you to email it directly to Linus if you think my patch
> is correct.

Oh, crap... My apologies, folks. Yes, it's grab_cache_page(), indeed.

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