]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] /proc/meminfo: don't put spaces in names
authorAndrew Morton <akpm@osdl.org>
Sun, 27 Aug 2006 08:23:58 +0000 (01:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 27 Aug 2006 18:01:33 +0000 (11:01 -0700)
commit21abce4e743fc305017d05d4b51e47da485c0ba3
tree6ceabca67d61c1419daa1a407b45bdf1268bac09
parent229fa15df2c77bde560dc365463ac87a58fb131c
[PATCH] /proc/meminfo: don't put spaces in names

None of the other /proc/meminfo lines have a space in the identifier.  This
post-2.6.17 addition has the potential to break existing parsers, so use an
underscore instead (like Committed_AS).

Cc: Christoph Lameter <clameter@engr.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/node.c
fs/proc/proc_misc.c