]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: use new hashtable implementation
authorSasha Levin <sasha.levin@oracle.com>
Mon, 17 Dec 2012 15:01:23 +0000 (10:01 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 18 Dec 2012 17:21:13 +0000 (09:21 -0800)
commitdabe3a7dd2c21ea36c18d31a2c39287888837652
treebe5eee8505b195f952afb4d5a7655142a9de1b12
parentf435e9202b4abf01b2148e18ff18cb84fac6f283
workqueue: use new hashtable implementation

Switch workqueues to use the new hashtable implementation. This reduces the
amount of generic unrelated code in the workqueues.

This patch depends on 36020bd ("hashtable: introduce a small and naive
hashtable") which was merged in v3.6.

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c