]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/audit.c
[PATCH] minor audit updates
authorSerge E. Hallyn <serue@us.ibm.com>
Thu, 27 Apr 2006 21:45:14 +0000 (16:45 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 20 Jun 2006 09:25:23 +0000 (05:25 -0400)
commit5d136a010de3bc16fe595987feb9ef8868f064c2
treece0dbf3d5da61bc9b69fa557f0f578cd980f3147
parent0a3b483e83edb6aa6d3c49db70eeb6f1cd9f6c6b
[PATCH] minor audit updates

Just a few minor proposed updates.  Only the last one will
actually affect behavior.  The rest are just misleading
code.

Several AUDIT_SET functions return 'old' value, but only
return value <0 is checked for.  So just return 0.

propagate audit_set_rate_limit and audit_set_backlog_limit
error values

In audit_buffer_free, the audit_freelist_count was being
incremented even when we discard the return buffer, so
audit_freelist_count can end up wrong.  This could cause
the actual freelist to shrink over time, eventually
threatening to degrate audit performance.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/audit.c