]> git.baikalelectronics.ru Git - kernel.git/commit
audit: seperate audit inode watches into a subfile
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:50:59 +0000 (23:50 -0400)
commitbf2fde27ac09627ed6d8c303731ff236d857dd02
treed253dbf8dfa4d31379dcd886cc1b41c69921acdd
parentff70a6fa5e60d6000e30eb6a6fd1600855977a61
audit: seperate audit inode watches into a subfile

In preparation for converting audit to use fsnotify instead of inotify we
seperate the inode watching code into it's own file.  This is similar to
how the audit tree watching code is already seperated into audit_tree.c

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/Makefile
kernel/audit.c
kernel/audit.h
kernel/audit_watch.c [new file with mode: 0644]
kernel/auditfilter.c
kernel/auditsc.c