Re: [PATCH 55/62] cgroup: convert to idr_alloc()

2013-02-03 Thread Li Zefan
On 2013/2/3 9:20, Tejun Heo wrote: > Convert to the much saner new idr interface. > > Only compile tested. > > Signed-off-by: Tejun Heo Looks good to me. Acked-by: Li Zefan > Cc: Li Zefan > Cc: contain...@lists.linux-foundation.org > Cc: cgro...@vger.kernel.org > --- > This patch depends on

[PATCH 55/62] cgroup: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: Li Zefan Cc: contain...@lists.linux-foundation.org Cc: cgro...@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Pleas