Re: [patch 18/19] account mlocked pages

2008-01-12 Thread Rik van Riel
On Fri, 11 Jan 2008 18:21:09 +0530 Balbir Singh <[EMAIL PROTECTED]> wrote: > * Rik van Riel <[EMAIL PROTECTED]> [2008-01-08 15:59:57]: > > The following patch is required to compile the code with > CONFIG_NORECLAIM enabled and CONFIG_NORECLAIM_MLOCK disabled. I have untangled the #ifdefs to make

Re: [patch 18/19] account mlocked pages

2008-01-11 Thread Balbir Singh
* Rik van Riel <[EMAIL PROTECTED]> [2008-01-08 15:59:57]: The following patch is required to compile the code with CONFIG_NORECLAIM enabled and CONFIG_NORECLAIM_MLOCK disabled. Signed-off-by: Balbir Singh <[EMAIL PROTECTED]> diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index c8cc

[patch 18/19] account mlocked pages

2008-01-08 Thread Rik van Riel
V2 -> V3: + rebase to 23-mm1 atop RvR's split lru series + fix definitions of NR_MLOCK to fix build errors when not configured. V1 -> V2: + new in V2 -- pulled in & reworked from Nick's previous series From: Nick Piggin <[EMAIL PROTECTED]> To: Linux Memory Management <[EMAIL PROTECTED]> Cc

[patch 18/19] account mlocked pages

2008-01-02 Thread linux-kernel
V2 -> V3: + rebase to 23-mm1 atop RvR's split lru series + fix definitions of NR_MLOCK to fix build errors when not configured. V1 -> V2: + new in V2 -- pulled in & reworked from Nick's previous series From: Nick Piggin <[EMAIL PROTECTED]> To: Linux Memory Management <[EMAIL PROTECTED]> Cc