]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add statmount to features list
authorKarel Zak <kzak@redhat.com>
Thu, 18 Jul 2024 09:26:13 +0000 (11:26 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:42 +0000 (13:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/version.c

index f60c15c516557ef71a508e80bdeef552000224c6..3b61618b5530d867bc28919ead8743f16f5b2836 100644 (file)
@@ -43,6 +43,9 @@ static const char *lib_features[] = {
 #ifdef USE_LIBMOUNT_MOUNTFD_SUPPORT
        "fd-based-mount",
 #endif
+#ifdef HAVE_STATMOUNT_API
+       "statmount",
+#endif
 #if defined(HAVE_STATX) && defined(HAVE_STRUCT_STATX) && defined(AT_STATX_DONT_SYNC)
        "statx",
 #endif