]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc5a9db4d96ca8e82f332f5b9abbb90da0a19c79e
treed4b8e5bc1a311abd6b6de469f862a8b53c5f9f36
parent36185afd62f2529138e1198ef5080b0a18d1a331
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