Skip to content

Commit

Permalink
fs/proc/meminfo: meminfo_proc_show(): fix typo in comment
Browse files Browse the repository at this point in the history
It should read "reclaimable slab" and not "reclaimable swap".

Signed-off-by: Luiz Capitulino <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Acked-by: Rafael Aquini <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Luiz Capitulino authored and torvalds committed Apr 7, 2014

Verified

This commit was signed with the committer’s verified signature. The key has expired.
phi-gamma Philipp Gesang
1 parent ef98239 commit f0b5664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/proc/meminfo.c
Original file line number Diff line number Diff line change
@@ -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) -

0 comments on commit f0b5664

Please sign in to comment.