[PATCH] [2.6.0-test1] Typos in /proc/slabinfo

From: Lev Makhlis (mlev@despammed.com)
Date: Tue Jul 15 2003 - 13:04:55 EST


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');
    }

-
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/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:59 EST