commit | d1d027eff5693c3cea71e4ce2f1c3a707baec02d | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jan 09 21:35:18 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 15:13:28 2016 -0800 |
tree | c60ae8d623f40bd11b237df9807952d89d73adb8 | |
parent | 9de2a7cef983579c725564950384e4ea205a7684 [diff] |
tty: Unexport system-wide tty_mutex tty_mutex is a core, system-wide lock; there is no reason for any code outside the tty core to have direct access. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>