[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1006170844300.22997@router.home>
Date: Thu, 17 Jun 2010 08:45:09 -0500 (CDT)
From: Christoph Lameter <cl@...ux-foundation.org>
To: wzt.wzt@...il.com
cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
penberg@...helsinki.fi, mpm@...enic.com
Subject: Re: [PATCH] Slabinfo: Fix display format
On Thu, 17 Jun 2010, wzt.wzt@...il.com wrote:
> @@ -4271,7 +4271,7 @@ static int s_show(struct seq_file *m, void *p)
> if (error)
> printk(KERN_ERR "slab: cache %s error: %s\n", name, error);
>
> - seq_printf(m, "%-17s %6lu %6lu %6u %4u %4d",
> + seq_printf(m, "%-27s %6lu %6lu %6u %4u %4d",
> name, active_objs, num_objs, cachep->buffer_size,
> cachep->num, (1 << cachep->gfporder));
> seq_printf(m, " : tunables %4u %4u %4u",
This one may break user space tools that have assumptions about the length
of the field. Or do tools not make that assumption?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists