aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2024-07-18 11:26:13 +0200
committerKarel Zak <kzak@redhat.com>2025-01-08 13:57:42 +0100
commitfa34e4166b6a33a43df7bd96b40079f92bb6f72c (patch)
tree7dfd8fb2cf1f5dbb0825e08aeffa6024f56b2902
parentc2c50a4b60d6d723aae1b3e0e80b0b9483fafe60 (diff)
downloadutil-linux-fa34e4166b6a33a43df7bd96b40079f92bb6f72c.tar.gz
libmount: add statmount to features list
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--libmount/src/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmount/src/version.c b/libmount/src/version.c
index f60c15c516..3b61618b55 100644
--- a/libmount/src/version.c
+++ b/libmount/src/version.c
@@ -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