[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071018121745.35c740bd.kamezawa.hiroyu@jp.fujitsu.com>
Date: Thu, 18 Oct 2007 12:17:45 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: menage@...gle.com (Paul Menage)
Cc: akpm@...ux-foundation.org, pj@....com, containers@...ts.osdl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Simplify /proc/cgroups
On Wed, 17 Oct 2007 19:56:36 -0700 (PDT)
menage@...gle.com (Paul Menage) wrote:
> + seq_printf(m, "%s\t%d\t%d\n",
> + ss->name, ss->root->subsys_bits,
> + ss->root->number_of_cgroups);
> }
Because subsys_bits is unsigned long, then %lu or %lx is better.
Thanks,
-Kame
-
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