1
0
Files
linux/kernel
Eric Paris 679173b724 audit: audit_set_auditable defined but not used
after 0590b9335a audit_set_auditable() is now only
used by the audit tree code.  If CONFIG_AUDIT_TREE is unset it will be defined
but unused.  This patch simply moves the function inside a CONFIG_AUDIT_TREE
block.

cc1: warnings being treated as errors
/home/acme_unencrypted/git/linux-2.6-tip/kernel/auditsc.c:745: error: ‘audit_set_auditable’ defined but not used
make[2]: *** [kernel/auditsc.o] Error 1
make[1]: *** [kernel] Error 2
make[1]: *** Waiting for unfinished jobs....

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-04-05 13:48:52 -04:00
..
2009-04-02 19:04:55 -07:00
2009-01-14 18:09:02 +01:00
2009-03-13 11:25:53 +01:00
2009-03-30 22:05:16 +10:30
2009-02-26 21:56:07 +01:00
2009-01-06 11:07:15 +01:00
2009-04-03 16:42:35 +01:00
2009-04-03 16:42:35 +01:00
2009-03-24 10:52:46 +11:00