mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Audit currently uses inotify to pin inodes in core and to detect when watched inodes are deleted or unmounted. This patch uses fsnotify instead of inotify. Signed-off-by: Eric Paris <eparis@redhat.com>