Re: [PATCH 03/15] workqueue: use new hashtable implementation

2012-12-18 Thread Tejun Heo
On Mon, Dec 17, 2012 at 10:01:23AM -0500, Sasha Levin wrote: > 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

[PATCH 03/15] workqueue: use new hashtable implementation

2012-12-17 Thread Sasha Levin
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 Signed-off-by: Sasha Levin --- kernel