git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7884146
)
tty_ldisc: don't use flush_scheduled_work()
author
Tejun Heo
<tj@kernel.org>
Mon, 24 Jan 2011 16:54:12 +0000
(17:54 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 Feb 2011 22:12:25 +0000
(14:12 -0800)
flush_scheduled_work() is scheduled to be deprecated. Explicitly sync
flush the used work items instead. Note that before this change,
flush_scheduled_work() wouldn't have properly flushed tty->buf.work if
it were on timer.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found