sysfs: file.c: use create_singlethread_workqueue()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 May 2009 19:36:53 +0000 (12:36 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 May 2009 21:24:07 +0000 (14:24 -0700)
commit086a377edc969aea6c761176a7e4ff68f264d6fe
tree81cd6a34fb12a3cfa00228bd5508b49bdbfc2c03
parentb5c42bc8db17db80917f99205a03c51f17354495
sysfs: file.c: use create_singlethread_workqueue()

We don't need a kernel thread per CPU for this application.

Acked-by: Alex Chiang <achiang@hp.com>
Cc: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/file.c