* [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment
@ 2014-02-18 22:00 Luiz Capitulino
2014-02-18 22:17 ` Rik van Riel
2014-02-21 12:34 ` Rafael Aquini
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Capitulino @ 2014-02-18 22:00 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-mm, riel, akpm, james.leddy
It should read "reclaimable slab" and not "reclaimable swap".
Signed-off-by: Luiz Capitulino <lcapitulino@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
+++ b/fs/proc/meminfo.c
@@ -73,7 +73,7 @@ static int meminfo_proc_show(struct seq_file *m, void *v)
available += pagecache;
/*
- * Part of the reclaimable swap consists of items that are in use,
+ * Part of the reclaimable slab consists of items that are in use,
* and cannot be freed. Cap this estimate at the low watermark.
*/
available += global_page_state(NR_SLAB_RECLAIMABLE) -
--
1.8.1.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment
2014-02-18 22:00 [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment Luiz Capitulino
@ 2014-02-18 22:17 ` Rik van Riel
2014-02-21 12:34 ` Rafael Aquini
1 sibling, 0 replies; 3+ messages in thread
From: Rik van Riel @ 2014-02-18 22:17 UTC (permalink / raw)
To: Luiz Capitulino, linux-kernel; +Cc: linux-mm, akpm, james.leddy
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 <lcapitulino@redhat.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
--
All rights reversed
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment
2014-02-18 22:00 [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment Luiz Capitulino
2014-02-18 22:17 ` Rik van Riel
@ 2014-02-21 12:34 ` Rafael Aquini
1 sibling, 0 replies; 3+ messages in thread
From: Rafael Aquini @ 2014-02-21 12:34 UTC (permalink / raw)
To: Luiz Capitulino; +Cc: linux-kernel, linux-mm, riel, akpm, james.leddy
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 <lcapitulino@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
> +++ b/fs/proc/meminfo.c
> @@ -73,7 +73,7 @@ static int meminfo_proc_show(struct seq_file *m, void *v)
> available += pagecache;
>
> /*
> - * Part of the reclaimable swap consists of items that are in use,
> + * Part of the reclaimable slab consists of items that are in use,
> * and cannot be freed. Cap this estimate at the low watermark.
> */
> available += global_page_state(NR_SLAB_RECLAIMABLE) -
> --
> 1.8.1.4
Acked-by: Rafael Aquini <aquini@redhat.com>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-21 12:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 22:00 [PATCH] fs/proc/meminfo: meminfo_proc_show(): fix typo in comment Luiz Capitulino
2014-02-18 22:17 ` Rik van Riel
2014-02-21 12:34 ` Rafael Aquini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).