linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch] fix an error in /proc/slabinfo print
@ 2005-02-03 23:10 Zou Nan hai
  0 siblings, 0 replies; only message in thread
From: Zou Nan hai @ 2005-02-03 23:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

There is an obvious error in the header of /proc/slabinfo

Signed-off-by: Zou Nan hai <nanhai.zou@intel.com>

--- linux-2.6.11-rc3/mm/slab.c	2005-02-03 13:29:33.000000000 +0800
+++ linux-2.6.11-rc3-fix/mm/slab.c	2005-02-03 13:32:42.318821400 +0800
@@ -2860,7 +2860,7 @@ static void *s_start(struct seq_file *m,
 		seq_puts(m, "slabinfo - version: 2.1\n");
 #endif
 		seq_puts(m, "# name            <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab>");
-		seq_puts(m, " : tunables <batchcount> <limit> <sharedfactor>");
+		seq_puts(m, " : tunables <limit> <batchcount> <sharedfactor>");
 		seq_puts(m, " : slabdata <active_slabs> <num_slabs> <sharedavail>");
 #if STATS
 		seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown> <reaped>"




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

only message in thread, other threads:[~2005-02-04  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-03 23:10 [Patch] fix an error in /proc/slabinfo print Zou Nan hai

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