workqueue: kill NOAUTOREL works
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 9 May 2007 09:34:19 +0000 (02:34 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:52 +0000 (12:30 -0700)
commit23b2e5991afde5af91a1a661d7f47ee56120759e
treed4b8e5bc1a311abd6b6de469f862a8b53c5f9f36
parentc214b2cc5f9be7c236f9b91acf524688ff0e3e72
workqueue: kill NOAUTOREL works

We don't have any users, and it is not so trivial to use NOAUTOREL works
correctly.  It is better to simplify API.

Delete NOAUTOREL support and rename work_release to work_clear_pending to
avoid a confusion.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/workqueue.h
kernel/workqueue.c