Re: [PATCH] Simplify /proc/cgroups

From: KAMEZAWA Hiroyuki
Date: Wed Oct 17 2007 - 23:16:25 EST


On Wed, 17 Oct 2007 19:56:36 -0700 (PDT)
menage@xxxxxxxxxx (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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/