]> git.baikalelectronics.ru Git - kernel.git/commit
tty: audit: Combine push functions
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 10 Jan 2016 06:55:31 +0000 (22:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 00:41:04 +0000 (16:41 -0800)
commite61b476e5783298d7d253b96cffe2b392fef34ca
treec4c04eac2ad8c45f3b56f4ef4615d4aec5ec1cb9
parentb560c3d81e205a949f031da0cccb28d3294f1487
tty: audit: Combine push functions

tty_audit_push() and tty_audit_push_current() perform identical
tasks; eliminate the tty_audit_push() implementation and the
tty_audit_push_current() name.

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