Re: [PATCH 14/77] cgroup: don't use idr_remove_all()

2013-02-06 Thread Li Zefan
On 2013/2/7 3:39, Tejun Heo wrote: > idr_destroy() can destroy idr by itself and idr_remove_all() is being > deprecated. Drop its usage. > > Signed-off-by: Tejun Heo Acked-by: Li Zefan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 14/77] cgroup: don't use idr_remove_all()

2013-02-06 Thread Tejun Heo
idr_destroy() can destroy idr by itself and idr_remove_all() is being deprecated. Drop its usage. Signed-off-by: Tejun Heo Cc: Li Zefan Cc: contain...@lists.linux-foundation.org Cc: cgro...@vger.kernel.org --- kernel/cgroup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[PATCH 14/77] cgroup: don't use idr_remove_all()

2013-02-06 Thread Tejun Heo
idr_destroy() can destroy idr by itself and idr_remove_all() is being deprecated. Drop its usage. Signed-off-by: Tejun Heo t...@kernel.org Cc: Li Zefan lize...@huawei.com Cc: contain...@lists.linux-foundation.org Cc: cgro...@vger.kernel.org --- kernel/cgroup.c | 4 +--- 1 file changed, 1

Re: [PATCH 14/77] cgroup: don't use idr_remove_all()

2013-02-06 Thread Li Zefan
On 2013/2/7 3:39, Tejun Heo wrote: idr_destroy() can destroy idr by itself and idr_remove_all() is being deprecated. Drop its usage. Signed-off-by: Tejun Heo t...@kernel.org Acked-by: Li Zefan lize...@huawei.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in