Audit: move audit_get_nd completely into audit_watch
authorEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 18:31:36 +0000 (14:31 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 24 Jun 2009 03:51:05 +0000 (23:51 -0400)
commit35fe4d0b1b12286a81938e9c5fdfaf639ac0ce5b
treec520706593fd33748944315bb87d789a7f31960e
parentcfcad62c74abfef83762dc05a556d21bdf3980a2
Audit: move audit_get_nd completely into audit_watch

audit_get_nd() is only used  by audit_watch and could be more cleanly
implemented by having the audit watch functions call it when needed rather
than making the generic audit rule parsing code deal with those objects.

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/audit.h
kernel/audit_watch.c
kernel/auditfilter.c