]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: initial support for new FD based mount kernel API
authorKarel Zak <kzak@redhat.com>
Tue, 20 Sep 2022 11:53:40 +0000 (13:53 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
commita3863c806b9a5ffb0a97bf9b55b6f42692213ec5
tree5dc8ab197d01f41ae3fa3c32d86ea5dc4fd22332
parent9165565fb57cc7ac3078a93af57dd1fd6da1f988
libmount: initial support for new FD based mount kernel API

For now it supports -obind and -obind,<flags> operations.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/Makemodule.am
libmount/src/hook_mount.c [new file with mode: 0644]
libmount/src/hook_mount_legacy.c
libmount/src/hooks.c