Re: [PATCH 0/4] linux-2.6-block: deactivating pagecache forbenchmarks

From: Andrew Morton
Date: Fri Dec 02 2005 - 16:42:43 EST


Badari Pulavarty <pbadari@xxxxxxxxxx> wrote:
>
> Wondering, if this shrinks shared memory pages (since they are backed by
> tmpfs) ? (which is not what I want).

It'll reclaim unused pagecache pages. What effect that has on
idioticfs^Wtmpfs pages depends on the state of the pages. If they're
attached to tmpfs inodes then they won't be reclaimed because they have no
backing store. If they're attached to swapcache then they won't be
reclaimed because they have no superblock.

So I guess you got lucky.
-
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/