commit | 83c67571b372c4a40023a84e183fdb7fa4e89e48 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Apr 20 10:43:18 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Apr 25 14:19:12 2011 -0700 |
tree | 3865faaf2546860e5107ac6709f39c1d352e7743 | |
parent | c831cff256c86588976e66bef7897633d534846c [diff] |
TTY: tty_io, annotate locking functions tty_write_lock and tty_write_unlock contain imbalanced locking. But this is intentional, so mark them appropriately by __acquires/__releases. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>