Re: [PATCH] mm: do not overwrite reserved pages counter at show_mem()

2014-11-17 Thread Yasuaki Ishimatsu
(2014/11/15 3:34), Rafael Aquini wrote: > Minor fixlet to perform the reserved pages counter aggregation > for each node, at show_mem() > > Signed-off-by: Rafael Aquini > --- Acked-by: Yasuaki Ishimatsu Thanks, Yasuaki Ishimatsu > lib/show_mem.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH] mm: do not overwrite reserved pages counter at show_mem()

2014-11-17 Thread Johannes Weiner
On Fri, Nov 14, 2014 at 01:34:29PM -0500, Rafael Aquini wrote: > Minor fixlet to perform the reserved pages counter aggregation > for each node, at show_mem() > > Signed-off-by: Rafael Aquini ACK -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH] mm: do not overwrite reserved pages counter at show_mem()

2014-11-15 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2014 01:34 PM, Rafael Aquini wrote: > Minor fixlet to perform the reserved pages counter aggregation for > each node, at show_mem() > > Signed-off-by: Rafael Aquini Acked-by: Rik van Riel - -- All rights reversed -BEGIN PGP SIGNATURE

[PATCH] mm: do not overwrite reserved pages counter at show_mem()

2014-11-14 Thread Rafael Aquini
Minor fixlet to perform the reserved pages counter aggregation for each node, at show_mem() Signed-off-by: Rafael Aquini --- lib/show_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/show_mem.c b/lib/show_mem.c index 0922579..5e25627 100644 --- a/lib/show_mem.c +++ b