[PATCH 04/16] workqueue: use new hashtable implementation

2012-08-14 Thread Sasha Levin
Switch workqueues to use the new hashtable implementation. This reduces the amount of generic unrelated code in the workqueues. Signed-off-by: Sasha Levin --- kernel/workqueue.c | 86 +--- 1 files changed, 15 insertions(+), 71 deletions(-)

[PATCH 04/16] workqueue: use new hashtable implementation

2012-08-14 Thread Sasha Levin
Switch workqueues to use the new hashtable implementation. This reduces the amount of generic unrelated code in the workqueues. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- kernel/workqueue.c | 86 +--- 1 files changed, 15