]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add info about support for new mount syscalls
authorKarel Zak <kzak@redhat.com>
Tue, 20 Sep 2022 11:44:02 +0000 (13:44 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/version.c

index 71fdc61b108da4983090ee024ae8ae6eb6eaa867..ce6b6b23203893517845fb268646ab11bf9973a4 100644 (file)
@@ -40,6 +40,7 @@ static const char *lib_features[] = {
 #endif
 #ifdef UL_HAVE_MOUNT_API
        "idmapping",
+       "fd-based-mount",
 #endif
 #if !defined(NDEBUG)
        "assert",       /* libc assert.h stuff */