]> Pileus Git - ~andy/linux/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)
commit42f8570f437b65aaf3ef176a38ad7d7fc5847d8b
treebe5eee8505b195f952afb4d5a7655142a9de1b12
parent848b81415c42ff3dc9a4204749087b015c37ef66
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 d9b482c ("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