From: David Woodhouse Date: Fri, 24 Jun 2005 07:21:49 +0000 (+0100) Subject: AUDIT: Return correct result from audit_filter_rules() X-Git-Tag: v2.6.14-rc2~49^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993e2d4106e94dae6e8cfbeb32073bd12cdee203;p=pandora-kernel.git AUDIT: Return correct result from audit_filter_rules() When the task refcounting was added to audit_filter_rules() it became more of a problem that this function was violating the 'only one return from each function' rule. In fixing it to use a variable to store 'ret' I stupidly neglected to actually change the 'return 1;' at the end. This makes it not work very well. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed