From: Andrea Cervesato via ltp <ltp@lists.linux.it>
To: Petr Vorel <pvorel@suse.cz>, ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 2/2] lapi/mount.h: Add missing mnt_ns_id member
Date: Tue, 24 Jun 2025 11:20:37 +0200 [thread overview]
Message-ID: <5be82391-d798-4200-840a-87b9e41385bf@suse.com> (raw)
In-Reply-To: <20250602170831.404641-2-pvorel@suse.cz>
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
>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-06-24 9:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 17:08 [LTP] [PATCH 1/2] configure: Fix build on kernel 6.14 headers Petr Vorel
2025-06-02 17:08 ` [LTP] [PATCH 2/2] lapi/mount.h: Add missing mnt_ns_id member Petr Vorel
2025-06-24 9:20 ` Andrea Cervesato via ltp [this message]
2025-06-03 10:35 ` [LTP] [PATCH 1/2] configure: Fix build on kernel 6.14 headers Cyril Hrubis
2025-06-03 12:36 ` Jan Stancek via ltp
2025-06-03 12:40 ` Petr Vorel
2025-06-03 16:11 ` Petr Vorel
2025-06-04 8:39 ` Li Wang via ltp
2025-06-04 13:13 ` Jan Stancek via ltp
2025-06-04 14:30 ` Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5be82391-d798-4200-840a-87b9e41385bf@suse.com \
--to=ltp@lists.linux.it \
--cc=andrea.cervesato@suse.com \
--cc=pvorel@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.