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)
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>

No differences found