]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitff850ab256cfab68a58d04282c887aefb5cbf92c
treec520706593fd33748944315bb87d789a7f31960e
parentbf2fde27ac09627ed6d8c303731ff236d857dd02
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