]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: (monitor) add basic fanotify support
authorKarel Zak <kzak@redhat.com>
Wed, 11 Jun 2025 11:49:05 +0000 (13:49 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Aug 2025 13:08:43 +0000 (15:08 +0200)
commite3e54259e780138d0c7941bbdcb0723bb279516c
treec600c17ae3723c03fb588c6eeec50bddca471dc6
parentcfebab23ab06cf2b646b4c0afdbc0ebb9e25c6dd
libmount: (monitor) add basic fanotify support

* add mnt_monitor_enable_fanotify() to add the new monitor

* add MNT_MONITOR_TYPE_FANOTIFY to identify events

* add new monitor to the test

Signed-off-by: Karel Zak <kzak@redhat.com>
include/pathnames.h
libmount/docs/libmount-sections.txt
libmount/meson.build
libmount/src/Makemodule.am
libmount/src/libmount.h.in
libmount/src/libmount.sym
libmount/src/monitor.c
libmount/src/monitor_fanotify.c [new file with mode: 0644]
libmount/src/monitor_mountinfo.c