commit | 3ee175d9d9f9be0e345f7237ee921e58f68afdd7 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Nov 05 12:12:44 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 18:24:10 2014 -0800 |
tree | e8434c32bdb6a6321e8e6a9b3890927f7e2e791f | |
parent | 1bc8cde46a159c928f62ac48981cf230582e4b78 [diff] |
tty: Don't hold tty_lock for ldisc release The tty->ldisc_sem write lock is sufficient for serializing changes to tty->ldisc; holding the tty lock is not required. Reviewed-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>