mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08: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>