]> git.baikalelectronics.ru Git - kernel.git/commit
audit: inline audit_free to simplify the look of generic code
authorEric Paris <eparis@redhat.com>
Tue, 3 Jan 2012 19:23:07 +0000 (14:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 17 Jan 2012 21:16:58 +0000 (16:16 -0500)
commitd20bdc31adb8c50f28b5e9a3d23c935440dbad55
tree2c89a0a7a7dad853a2c2ec70417ef2f3f5a04fd4
parent5c69df977bd7a06c03c2d462b0f353f30ae50c6a
audit: inline audit_free to simplify the look of generic code

make the conditional a static inline instead of doing it in generic code.

Signed-off-by: Eric Paris <eparis@redhat.com>
include/linux/audit.h
kernel/auditsc.c
kernel/exit.c