tty: use the new 'flush_delayed_work()' helper to do ldisc flush
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2009 16:20:41 +0000 (09:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2009 16:20:41 +0000 (09:20 -0700)
commit514fc01d389cf5d364ee3b5fec4ac1487448803e
treecaf1b9b5b2b5f32882017c77014ff2c300585739
parent43046b606673c9c991919ff75b980b72541e9ede
tty: use the new 'flush_delayed_work()' helper to do ldisc flush

This way all flush_to_ldisc work is always done through the workqueues,
and we thus have a single point of serialization.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_buffer.c