commit | 2febdb632bb96235b94b8fccaf882a78f8f4b2bb | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Nov 05 12:13:02 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 18:50:42 2014 -0800 |
tree | f4740b43b225a863f05df7edb59d3b3badfdb445 | |
parent | 2aff5e2bc62db43e05c814461a08aff0fc2b7fe5 [diff] |
tty: Preset lock subclass for nested tty locks Eliminate the requirement of specifying the tty lock nesting at lock time; instead, set the lock subclass for slave ptys at pty install (normal ttys and master ptys use subclass 0). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>