From: Eric Paris Date: Wed, 24 Jun 2009 20:09:01 +0000 (-0400) Subject: audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL X-Git-Tag: v2.6.31-rc1~3^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6a6c16be78472a52f6dd7d88913373b42ad0f7;p=pandora-kernel.git audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL Even though one cannot make use of the audit watch code without CONFIG_AUDIT_SYSCALL the spaghetti nature of the audit code means that the audit rule filtering requires that it at least be compiled. Thus build the audit_watch code when we build auditfilter like it was before cfcad62c74abfef83762dc05a556d21bdf3980a2 Clearly this is a point of potential future cleanup.. Reported-by: Frans Pop Signed-off-by: Eric Paris Signed-off-by: Al Viro --- Reading git-diff-tree failed