commit | 20cc225bab6709408840e4400cd1a5c2b28c7a52 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Mar 06 07:20:54 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 15 14:02:32 2013 -0700 |
tree | 5e722781b19e2644fe94a035e4719ed4a821842b | |
parent | ea648a47e83d7cda0832f96de215464e2c35b2c2 [diff] |
tty: Fix spinlock flavor in non-atomic __tty_hangup() __tty_hangup() and tty_vhangup() cannot be called from atomic context, so locks do not need to preserve the interrupt state (although, still disable interrupts). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Acked-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>