commit | 514fc01d389cf5d364ee3b5fec4ac1487448803e | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 14 09:20:41 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 14 09:20:41 2009 -0700 |
tree | caf1b9b5b2b5f32882017c77014ff2c300585739 | |
parent | 43046b606673c9c991919ff75b980b72541e9ede [diff] |
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>