From: Serge E. Hallyn Date: Thu, 27 Apr 2006 21:45:14 +0000 (-0500) Subject: [PATCH] minor audit updates X-Git-Tag: v2.6.18-rc1~1102^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d136a010de3bc16fe595987feb9ef8868f064c2;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed