[LTP] [PATCH 2/2] lapi/mount.h: Add missing mnt_ns_id member
    Andrea Cervesato 
    andrea.cervesato@suse.com
       
    Tue Jun 24 11:20:37 CEST 2025
    
    
  
Moved to Superseeded. Check statmount09 patch.
- Andrea
On 6/2/25 7:08 PM, Petr Vorel wrote:
> 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
>   
    
    
More information about the ltp
mailing list