]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add mnt_fs_is_{moved,attached,detached} functions
authorKarel Zak <kzak@redhat.com>
Wed, 16 Jul 2025 11:52:07 +0000 (13:52 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Aug 2025 13:03:29 +0000 (15:03 +0200)
commit8c76b852717fc35fc07b4805239cf7b51f3d39d9
tree9655e63d63793e54d04053f9001c0b208b231a55
parentf9c62adb72da799d230acdfce1fd5369e127c68f
libmount: add mnt_fs_is_{moved,attached,detached} functions

Let's use these simple functions to report what the last operation or
status detected by the library means to the filesystem. It will be
used by the fanotify monitor as well.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/docs/libmount-sections.txt
libmount/src/context_umount.c
libmount/src/fs.c
libmount/src/hook_mount.c
libmount/src/hook_mount_legacy.c
libmount/src/libmount.h.in
libmount/src/libmount.sym
libmount/src/mountP.h
libmount/src/tab_parse.c