From: Andrea Cervesato via ltp <ltp@lists.linux.it>
To: Petr Vorel <pvorel@suse.cz>, ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/2] lapi/mount.h: Document reason for not including <linux/mount.h>
Date: Tue, 14 Jan 2025 13:05:14 +0100 [thread overview]
Message-ID: <13232b25-41fa-4e4a-9c14-fb90acddc1b7@suse.com> (raw)
In-Reply-To: <20240516112016.309145-1-pvorel@suse.cz>
Hi!
Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>
On 5/16/24 13:20, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> include/lapi/mount.h | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/include/lapi/mount.h b/include/lapi/mount.h
> index c1af944fe..e3e639965 100644
> --- a/include/lapi/mount.h
> +++ b/include/lapi/mount.h
> @@ -1,12 +1,16 @@
> // SPDX-License-Identifier: GPL-2.0-or-later
> /*
> - * Copyright (c) Linux Test Project, 2015-2022
> + * Copyright (c) Linux Test Project, 2015-2024
> * Copyright (c) 2015 Cui Bixuan <cuibixuan@huawei.com>
> */
>
> #ifndef LAPI_MOUNT_H__
> #define LAPI_MOUNT_H__
>
> +/*
> + * NOTE: <sys/mount.h> conflicts with <linux/mount.h>, therefore not added
> + * although some defintions from it are used.
> + */
> #include <sys/mount.h>
>
> #ifndef MS_REC
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2025-01-14 12:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-16 11:20 [LTP] [PATCH 1/2] lapi/mount.h: Document reason for not including <linux/mount.h> Petr Vorel
2024-05-16 11:20 ` [LTP] [PATCH 2/2] doc: Convert more C API info Petr Vorel
2024-05-16 11:35 ` Andrea Cervesato via ltp
2024-05-16 14:43 ` Petr Vorel
2025-01-14 12:02 ` Andrea Cervesato via ltp
2025-01-14 12:05 ` Andrea Cervesato via ltp [this message]
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=13232b25-41fa-4e4a-9c14-fb90acddc1b7@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.