]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: add --disable-libmount-mountfd-support
authorKarel Zak <kzak@redhat.com>
Tue, 22 Nov 2022 10:41:58 +0000 (11:41 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
commit9040c0900fd7e0b3f2a0773ac7c3904cd28263bd
treeb2e820eabeefb7223e32501424222964a38cec2c
parent471a8a8eb58ffd00eb2ab404a138df5cbc962f2f
build-sys: add --disable-libmount-mountfd-support

We need to disable support for new kernel API in libmount to test the
old code on new kernels (or maybe also for conservative users).

The new configure option disable only mount(2)-like operations, the
another stuff (like IDs mapping) is not affected.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
include/mount-api-utils.h
libmount/src/hook_idmap.c
libmount/src/hook_mount.c
libmount/src/hook_mount_legacy.c
libmount/src/hook_subdir.c
libmount/src/hooks.c
libmount/src/mountP.h
libmount/src/optlist.c
libmount/src/version.c