]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add mount-api-utils.h to mountP.h
authorKarel Zak <kzak@redhat.com>
Mon, 22 Jul 2024 12:12:37 +0000 (14:12 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:42 +0000 (13:57 +0100)
commitc2c50a4b60d6d723aae1b3e0e80b0b9483fafe60
treeca664b5f6ecfceb255e7a886550226f6d4e51d99
parentded434a63f3eee7fd7805b18d6c9bb912016c3c8
libmount: add mount-api-utils.h to mountP.h

The new syscalls (statmount and fd-based mount) are already being
utilized in various areas within the library. Therefore, it would be
more efficient to include the syscalls header file in the private main
library header file.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context.c
libmount/src/hook_idmap.c
libmount/src/hook_mount.c
libmount/src/hook_subdir.c
libmount/src/hooks.c
libmount/src/mountP.h
libmount/src/optlist.c
libmount/src/version.c