diff options
author | Eric Paris <eparis@redhat.com> | 2009-12-17 20:12:05 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 09:58:17 -0400 |
commit | 28a3a7eb3b1f3e7d834e19f06e794e429058a4dd (patch) | |
tree | c025ce90e250786784e18cde38d6c9c89e7b31f9 /init | |
parent | 40554c3dae83bd892b7fbfaa2ea9de739cbcf065 (diff) |
audit: reimplement audit_trees using fsnotify rather than inotify
Simply switch audit_trees from using inotify to using fsnotify for it's
inode pinning and disappearing act information.
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 5cff9a980c39..84e33c49a0cb 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -326,7 +326,7 @@ config AUDITSYSCALL | |||
326 | config AUDIT_TREE | 326 | config AUDIT_TREE |
327 | def_bool y | 327 | def_bool y |
328 | depends on AUDITSYSCALL | 328 | depends on AUDITSYSCALL |
329 | select INOTIFY | 329 | select FSNOTIFY |
330 | 330 | ||
331 | menu "RCU Subsystem" | 331 | menu "RCU Subsystem" |
332 | 332 | ||