From: Steve Grubb Date: Tue, 11 Apr 2006 12:50:56 +0000 (-0400) Subject: [PATCH] Audit Filter Performance X-Git-Tag: v2.6.17-rc4~61^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad312d2093ae506ae0fa184d8d026b559083087;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed