]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fs3270: remove extra locks
authorAlan Cox <alan@redhat.com>
Mon, 13 Oct 2008 09:45:52 +0000 (10:45 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:44 +0000 (09:51 -0700)
commita90610e50b98e18385d4fbea2c9eaefb12c5a75c
tree03fd450b5d94710105a6c6f4f3f20519fd815461
parent402fda9201ac619ea1f120996b1a142c57aeeb6b
fs3270: remove extra locks

get_current_tty now does internal locking and returns a referenced object,
thus our use of tty_mutex here can go away.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/s390/char/fs3270.c