Re: [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment

2014-02-21 Thread Rafael Aquini
On Tue, Feb 18, 2014 at 05:00:27PM -0500, Luiz Capitulino wrote: > It should read "reclaimable slab" and not "reclaimable swap". > > Signed-off-by: Luiz Capitulino > --- > fs/proc/meminfo.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/proc/meminfo.c

Re: [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment

2014-02-21 Thread Rafael Aquini
On Tue, Feb 18, 2014 at 05:00:27PM -0500, Luiz Capitulino wrote: It should read reclaimable slab and not reclaimable swap. Signed-off-by: Luiz Capitulino lcapitul...@redhat.com --- fs/proc/meminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/meminfo.c

Re: [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment

2014-02-18 Thread Rik van Riel
On 02/18/2014 05:00 PM, Luiz Capitulino wrote: > It should read "reclaimable slab" and not "reclaimable swap". Doh! My bad. Thanks for fixing it, Luiz! > Signed-off-by: Luiz Capitulino Reviewed-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line

[PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment

2014-02-18 Thread Luiz Capitulino
It should read "reclaimable slab" and not "reclaimable swap". Signed-off-by: Luiz Capitulino --- fs/proc/meminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/meminfo.c b/fs/proc/meminfo.c index 136e548..7445af0 100644 --- a/fs/proc/meminfo.c +++

[PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment

2014-02-18 Thread Luiz Capitulino
It should read reclaimable slab and not reclaimable swap. Signed-off-by: Luiz Capitulino lcapitul...@redhat.com --- fs/proc/meminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/meminfo.c b/fs/proc/meminfo.c index 136e548..7445af0 100644 --- a/fs/proc/meminfo.c

Re: [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment

2014-02-18 Thread Rik van Riel
On 02/18/2014 05:00 PM, Luiz Capitulino wrote: It should read reclaimable slab and not reclaimable swap. Doh! My bad. Thanks for fixing it, Luiz! Signed-off-by: Luiz Capitulino lcapitul...@redhat.com Reviewed-by: Rik van Riel r...@redhat.com -- All rights reversed -- To unsubscribe from