[PATCH] re-export cancel_rearming_delayed_workqueue
authorJames Bottomley <James.Bottomley@SteelEye.com>
Sat, 16 Apr 2005 22:23:59 +0000 (15:23 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:23:59 +0000 (15:23 -0700)
commit81ddef77bb774e771db8588b937665cd38f40cee
tree5e89b0f6bb47a43b3b00d30a5e1e22db727b5047
parent9ffb7146f0aa9c0070cda3d8701b0a89e34913d1
[PATCH] re-export cancel_rearming_delayed_workqueue

This was unexported by Arjan because we have no current users.

However, during a conversion from tasklets to workqueues of the parisc led
functions, we ran across a case where this was needed.  In particular, the
open coded equivalent of cancel_rearming_delayed_workqueue was implemented
incorrectly, which is, I think, all the evidence necessary that this is a
useful API.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/workqueue.h
kernel/workqueue.c