]> 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)
commit4ba9f59bc0c780d583aefb3f6ceff736354c54bf
treebe5eee8505b195f952afb4d5a7655142a9de1b12
parent896c631a8a2181ba1a7d0b69b26ba4da0d0d6151
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 269689b ("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