Revision 8c53e46314562fe814b0afef6cfcbd2f562b017c authored by Linus Torvalds on 14 October 2009, 16:16:42 UTC, committed by Linus Torvalds on 14 October 2009, 22:11:35 UTC
It basically turns a delayed work into an immediate work, and then waits
for it to finish, thus allowing you to force (and wait for) an immediate
flush of a delayed work.

We'll want to use this in the tty layer to clean up tty_flush_to_ldisc().

Acked-by: Oleg Nesterov <oleg@redhat.com>
[ Fixed to use 'del_timer_sync()' as noted by Oleg ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c8e3314
History

back to top