commit | c2bb524b2e1a6eddae65139601bee24cb60856a0 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jan 09 21:13:51 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 14:28:20 2016 -0800 |
tree | eb792c5c48c4ac15c8dea287e4a1de357455aff3 | |
parent | c1e33af1ed552258405f2e5a72509af039c0441c [diff] |
tty: Remove __lockfunc annotation from tty lock functions The tty lock/unlock code does not belong in the special lockfunc section which is treated specially by stack backtraces. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>