Re: [PATCH 2/2] Documentation: clarify in calculating zone protection

2015-08-26 Thread Yaowei Bai
On Tue, Aug 25, 2015 at 05:06:33PM +0200, Michal Hocko wrote: > On Tue 25-08-15 22:01:31, Yaowei Bai wrote: > > Every zone's protection is calculated from managed_pages not > > present_pages, to avoid misleading, correct it. > > This can be folded in to your previous patch > http://marc.info/?l=li

Re: [PATCH 2/2] Documentation: clarify in calculating zone protection

2015-08-25 Thread David Rientjes
On Tue, 25 Aug 2015, Yaowei Bai wrote: > Every zone's protection is calculated from managed_pages not > present_pages, to avoid misleading, correct it. > > Signed-off-by: Yaowei Bai Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH 2/2] Documentation: clarify in calculating zone protection

2015-08-25 Thread Michal Hocko
On Tue 25-08-15 22:01:31, Yaowei Bai wrote: > Every zone's protection is calculated from managed_pages not > present_pages, to avoid misleading, correct it. This can be folded in to your previous patch http://marc.info/?l=linux-mm&m=144023106610358&w=2 > > Signed-off-by: Yaowei Bai > --- > Doc

[PATCH 2/2] Documentation: clarify in calculating zone protection

2015-08-25 Thread Yaowei Bai
Every zone's protection is calculated from managed_pages not present_pages, to avoid misleading, correct it. Signed-off-by: Yaowei Bai --- Documentation/sysctl/vm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt