From: David Woodhouse Date: Sat, 21 May 2005 20:08:09 +0000 (+0100) Subject: AUDIT: Assign serial number to non-syscall messages X-Git-Tag: v2.6.13-rc1~90^2~583^2~53^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb4496e7239c9132d732a65cdcf3d6a7431ad1a;p=pandora-kernel.git AUDIT: Assign serial number to non-syscall messages Move audit_serial() into audit.c and use it to generate serial numbers on messages even when there is no audit context from syscall auditing. This allows us to disambiguate audit records when more than one is generated in the same millisecond. Based on a patch by Steve Grubb after he observed the problem. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed