]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[PATCH] Audit Filter Performance
authorSteve Grubb <sgrubb@redhat.com>
Tue, 11 Apr 2006 12:50:56 +0000 (08:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 May 2006 10:10:07 +0000 (06:10 -0400)
commit2ad312d2093ae506ae0fa184d8d026b559083087
tree890337ebca18ab31546b84a9831fb9c337e8e272
parent073115d6b29c7910feaa08241c6484637f5ca958
[PATCH] Audit Filter Performance

While testing the watch performance, I noticed that selinux_task_ctxid()
was creeping into the results more than it should. Investigation showed
that the function call was being called whether it was needed or not. The
below patch fixes this.

Signed-off-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/auditsc.c