]> git.baikalelectronics.ru Git - kernel.git/commit
audit: make functions static
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 21 Oct 2010 00:23:50 +0000 (17:23 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 30 Oct 2010 05:42:19 +0000 (01:42 -0400)
commit05570d1df9d6559911f3f38637ad1c0da8a684f7
tree27bda6447f0b2ab2eec7beafcef090da489222fa
parent3b2ada02c55b854cc84c9feecd1e47235d9ff9cb
audit: make functions static

I was doing some namespace checks and found some simple stuff in
audit that could be cleaned up. Make some functions static, and
put const on make_reply payload arg.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/audit.c
kernel/audit.h
kernel/audit_watch.c