Re: [PATCH v2] cgroup: use new hashtable implementation

2013-01-10 Thread Tejun Heo
On Thu, Jan 10, 2013 at 11:49:27AM +0800, Li Zefan wrote: > Switch cgroup to use the new hashtable implementation. No functional changes. > > Signed-off-by: Li Zefan Applied to cgroup/for-3.9. Thanks! -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH v2] cgroup: use new hashtable implementation

2013-01-10 Thread Tejun Heo
On Thu, Jan 10, 2013 at 11:49:27AM +0800, Li Zefan wrote: Switch cgroup to use the new hashtable implementation. No functional changes. Signed-off-by: Li Zefan lize...@huawei.com Applied to cgroup/for-3.9. Thanks! -- tejun -- To unsubscribe from this list: send the line unsubscribe

[PATCH v2] cgroup: use new hashtable implementation

2013-01-09 Thread Li Zefan
Switch cgroup to use the new hashtable implementation. No functional changes. Signed-off-by: Li Zefan --- v2: convert a hlist_del() to hash_del(). --- kernel/cgroup.c | 92 - 1 file changed, 39 insertions(+), 53 deletions(-) diff --git

[PATCH v2] cgroup: use new hashtable implementation

2013-01-09 Thread Li Zefan
Switch cgroup to use the new hashtable implementation. No functional changes. Signed-off-by: Li Zefan lize...@huawei.com --- v2: convert a hlist_del() to hash_del(). --- kernel/cgroup.c | 92 - 1 file changed, 39 insertions(+), 53