From: "xuyang2018.jy@fujitsu.com" <xuyang2018.jy@fujitsu.com>
To: Cyril Hrubis <chrubis@suse.cz>
Cc: "ltp@lists.linux.it" <ltp@lists.linux.it>
Subject: Re: [LTP] [COMMITTED] [PATCH] quotaclt: Fix build faliures in metadata parser
Date: Tue, 11 Jan 2022 01:09:39 +0000 [thread overview]
Message-ID: <61DCD905.2010402@fujitsu.com> (raw)
In-Reply-To: <20220110130138.25855-1-chrubis@suse.cz>
Hi Cyril
> The current parser has many limitations, one of them is that it only
> parses headers directly included by the test hence the quotactl tests
> have to directly include the header that defines the number of variants.
Thanks for your fix. Now, I know this limit.
Best Regards
Yang Xu
>
> Signed-off-by: Cyril Hrubis<chrubis@suse.cz>
> ---
> testcases/kernel/syscalls/quotactl/quotactl02.c | 1 +
> testcases/kernel/syscalls/quotactl/quotactl05.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/testcases/kernel/syscalls/quotactl/quotactl02.c b/testcases/kernel/syscalls/quotactl/quotactl02.c
> index 56fa23b9d..c16e0a3f8 100644
> --- a/testcases/kernel/syscalls/quotactl/quotactl02.c
> +++ b/testcases/kernel/syscalls/quotactl/quotactl02.c
> @@ -26,6 +26,7 @@
> */
>
> #include "quotactl02.h"
> +#include "quotactl_syscall_var.h"
>
> #ifdef HAVE_XFS_XQM_H
> static uint32_t qflagu = XFS_QUOTA_UDQ_ENFD;
> diff --git a/testcases/kernel/syscalls/quotactl/quotactl05.c b/testcases/kernel/syscalls/quotactl/quotactl05.c
> index e56e191df..541007e97 100644
> --- a/testcases/kernel/syscalls/quotactl/quotactl05.c
> +++ b/testcases/kernel/syscalls/quotactl/quotactl05.c
> @@ -19,6 +19,7 @@
> */
>
> #include "quotactl02.h"
> +#include "quotactl_syscall_var.h"
> #if defined(HAVE_XFS_XQM_H)
>
> static uint32_t qflagp = XFS_QUOTA_PDQ_ENFD;
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2022-01-11 1:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 13:01 [LTP] [COMMITTED] [PATCH] quotaclt: Fix build faliures in metadata parser Cyril Hrubis
2022-01-11 1:09 ` xuyang2018.jy [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=61DCD905.2010402@fujitsu.com \
--to=xuyang2018.jy@fujitsu.com \
--cc=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
/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.