[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <17691.19982.162616.572205@cse.unsw.edu.au>
Date: Thu, 28 Sep 2006 14:22:38 +1000
From: Neil Brown <neilb@...e.de>
To: "J. Bruce Fields" <bfields@...ldses.org>
Cc: Andrew Morton <akpm@...l.org>, nfs@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: Re: [NFS] [PATCH 009 of 11] knfsd: Allow max size of NFSd payload
to be configured.
On Monday September 25, bfields@...ldses.org wrote:
>
> It looks to me like totalram is actually measured in pages. So in
> practice this gives almost everyone 8k here. So that 12 should be
> something like 12 - PAGE_CACHE_SHIFT?
Uhm.... yes. Thanks.
But are the pages that totalram is measure in, normal pages, of
page_cache pages? And is there a difference?
Should we use PAGE_CACHE_SHIFT, or PAGE_SHIFT?
And why do we have both if they are numerically identical?
I'll submit a patch which uses
12 - PAGE_SHIFT
in a little while.
Thanks,
NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists