CRED: Rename is_single_threaded() to is_wq_single_threaded()
authorDavid Howells <dhowells@redhat.com>
Thu, 13 Nov 2008 23:39:21 +0000 (10:39 +1100)
committerJames Morris <jmorris@namei.org>
Thu, 13 Nov 2008 23:39:21 +0000 (10:39 +1100)
commit6cc88bc45ce8043171089c9592da223dfab91823
treef89bf8162895a5eb89ea7969098876e08a8999d8
parentbb952bb98a7e479262c7eb25d5592545a3af147d
CRED: Rename is_single_threaded() to is_wq_single_threaded()

Rename is_single_threaded() to is_wq_single_threaded() so that a new
is_single_threaded() can be created that refers to tasks rather than
waitqueues.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: James Morris <jmorris@namei.org>
Signed-off-by: James Morris <jmorris@namei.org>
kernel/workqueue.c
lib/is_single_threaded.c [new file with mode: 0644]