]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tty: Remove warning in tty_lock_slave()
authorPeter Hurley <peter@hurleysoftware.com>
Tue, 30 Dec 2014 12:11:11 +0000 (07:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:57:32 +0000 (14:57 -0800)
commite8c9b752b91051a42960f9ef84ffa40450b9a408
treec257777f6ced5edac1bb96ed8094e44cc531d500
parentf30f3239d917ff0e16e485c903113ab4fa42c813
tty: Remove warning in tty_lock_slave()

commit eef15e2a54fad4c2ce3f0a81485dc591ce678f4f upstream.

Commit 2aff5e2bc62db43e05c814461a08aff0fc2b7fe5 ('tty: Change
tty lock order to master->slave') added a warning which is broken
and unnecessary now that the tty lock has fixed lock subclasses,
added in commit 2febdb632bb96235b94b8fccaf882a78f8f4b2bb
('tty: Preset lock subclass for nested tty locks').

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_mutex.c