[LTP] [PATCH 2/2] lapi/mount.h: Add missing mnt_ns_id member

Petr Vorel pvorel@suse.cz
Mon Jun 2 19:08:31 CEST 2025


It was added 09b31295f8330 ("fs: export the mount ns id via statmount")
in v6.10-rc1. It also added STATMOUNT_MNT_NS_ID definition, but that's
not needed yet.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Not needed for the fix (it can wait).

 include/lapi/mount.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/lapi/mount.h b/include/lapi/mount.h
index aea6bca77a..daca14e551 100644
--- a/include/lapi/mount.h
+++ b/include/lapi/mount.h
@@ -51,6 +51,7 @@ struct mnt_id_req {
 	uint32_t spare;
 	uint64_t mnt_id;
 	uint64_t param;
+	uint64_t mnt_ns_id;
 };
 #endif
 
-- 
2.49.0



More information about the ltp mailing list