]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit308450bc4c49a5d87b10592b29abb20ecb82178d
treecaf1b9b5b2b5f32882017c77014ff2c300585739
parent69b9fb06cfac22dd81f3f3a210799d913cb2b46c
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