linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [2.6.0-test1] Typos in /proc/slabinfo
@ 2003-07-15 18:04 Lev Makhlis
  0 siblings, 0 replies; only message in thread
From: Lev Makhlis @ 2003-07-15 18:04 UTC (permalink / raw)
  To: linux-kernel

diff -u linux-2.6.0-test1/mm/slab.c linux/mm/slab.c
--- linux-2.6.0-test1/mm/slab.c    2003-07-13 23:36:48.000000000 -0400
+++ linux/mm/slab.c    2003-07-15 11:52:12.337986224 -0400
@@ -2482,11 +2482,11 @@
        seq_puts(m, "slabinfo - version: 2.0\n");
#endif
        seq_puts(m, "# name            <active_objs> <num_objs> 
<objsize> <objperslab> <pagesperslab>");
-        seq_puts(m, " : tunables <batchcount> <limit <sharedfactor>");
+        seq_puts(m, " : tunables <batchcount> <limit> <sharedfactor>");
        seq_puts(m, " : slabdata <active_slabs> <num_slabs> 
<sharedavail>");
#if STATS
        seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown> 
<reaped> <error> <maxfreeable> <freelimit>");
-        seq_puts(m, " : cpustat <allochit <allocmiss <freehit 
<freemiss>");
+        seq_puts(m, " : cpustat <allochit> <allocmiss> <freehit> 
<freemiss>");
#endif
        seq_putc(m, '\n');
    }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-15 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 18:04 [PATCH] [2.6.0-test1] Typos in /proc/slabinfo Lev Makhlis

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).