[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)
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>

No differences found