commit | ed069827ca70af057caf21c395f76c2c0b82d429 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Feb 23 23:33:59 2020 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 18 13:08:45 2020 +0100 |
tree | 700029c40a5a87026560e80b50761661f44c3131 | |
parent | 2c523b344dfa65a3738e7039832044aa133c75fb [diff] |
tty: drop outdated comments about release_tty() locking The current version of the TTY code unlocks the tty_struct(s) before release_tty() rather than after. Moreover, tty_unlock_pair() no longer exists. Thus, remove the outdated comments regarding tty_unlock_pair(). Signed-off-by: Eric Biggers <ebiggers@google.com> Link: https://lore.kernel.org/r/20200224073359.292795-1-ebiggers@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>