RE: [PATCH 4/4] zsmalloc: zsmalloc: align cache line size

From: Dan Magenheimer
Date: Tue May 08 2012 - 10:01:04 EST


> From: Minchan Kim [mailto:minchan@xxxxxxxxxx]
> > zcache can potentially create a lot of pools, so the latter will save
> > some memory.
>
>
> Dumb question.
> Why should we create pool per user?
> What's the problem if there is only one pool in system?

zcache doesn't use zsmalloc for cleancache pages today, but
that's Seth's plan for the future. Then if there is a
separate pool for each cleancache pool, when a filesystem
is umount'ed, it isn't necessary to walk through and delete
all pages one-by-one, which could take quite awhile.

ramster needs one pool for each client (i.e. machine in the
cluster) for frontswap pages for the same reason, and
later, for cleancache pages, one per mounted filesystem
per client
--
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/