tty: audit: Take siglock directly
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 10 Jan 2016 06:55:29 +0000 (22:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 00:41:04 +0000 (16:41 -0800)
commitf229c2c161de94a404fa16a17cb93c4a06938af5
treed99d57f3008d56c391bd85691850d2087d270ec8
parenta75c9b091226c0062a498d1cb65f9f6b858ebe55
tty: audit: Take siglock directly

lock_task_sighand() is for situations where the struct task_struct*
may disappear while trying to deref the sighand; this never applies
to 'current'.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_audit.c