projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef98239
)
fs/proc/meminfo: meminfo_proc_show(): fix typo in comment
author
Luiz Capitulino
<
[email protected]
>
Mon, 7 Apr 2014 22:38:32 +0000
(15:38 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 7 Apr 2014 23:36:04 +0000
(16:36 -0700)
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]
>
fs/proc/meminfo.c
patch
|
blob
|
history
diff --git
a/fs/proc/meminfo.c
b/fs/proc/meminfo.c
index 136e548d9567feafaa6a695abf8dd3a9015c5a87..7445af0b1aa341adb9008d05494890f11c4a4568 100644
(file)
--- 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 s
wap
consists of items that are in use,
+ * Part of the reclaimable s
lab
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) -