Re: [patch 03/19] define page_file_cache() function

From: KAMEZAWA Hiroyuki
Date: Tue Jan 08 2008 - 23:24:03 EST


On Tue, 8 Jan 2008 17:28:56 -0500
Rik van Riel <riel@xxxxxxxxxx> wrote:

> On Tue, 8 Jan 2008 14:18:40 -0800 (PST)
> Christoph Lameter <clameter@xxxxxxx> wrote:
>
> > On Tue, 8 Jan 2008, Rik van Riel wrote:
> >
> > > Define page_file_cache() function to answer the question:
> > > is page backed by a file?
> >
> > > +static inline int page_file_cache(struct page *page)
> > > +{
> > > + if (PageSwapBacked(page))
> > > + return 0;
> >
> > Could we call this PageNotFileBacked or so? PageSwapBacked is true for
> > pages that are RAM based. Its a bit confusing.
>
> PageNotFileBacked confuses me a little, since shared memory segments live
> in tmpfs and are kinda sorta file backed, but go to swap instead of to a
> filesystem when there is memory pressure.
>
How about PageIsNotCache() ? :)

When a page is a cache, there is an original data somewhere and can be dropped
out.

Thanks,
-Kame

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