From: Avinesh Kumar <akumar@suse.de>
To: Martin Doucha <mdoucha@suse.cz>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH] file_attr02: Reduce extent size block count
Date: Mon, 29 Sep 2025 13:29:35 +0200 [thread overview]
Message-ID: <2823256.mvXUDI8C0e@thinkpad> (raw)
In-Reply-To: <20250929110922.13506-1-mdoucha@suse.cz>
Hi,
On Monday, September 29, 2025 1:08:58 PM CEST Martin Doucha wrote:
> Reduce test extent size to 128 blocks. Otherwise the FS_IOC_FSSETXATTR
> ioctl may exceed extent size limit and fail on archs with 64K blocksize.
>
> Signed-off-by: Martin Doucha <mdoucha@suse.cz>
Reviewed-by: Avinesh Kumar <akumar@suse.de>
Tested-by: Avinesh Kumar <akumar@suse.de>
> ---
> testcases/kernel/syscalls/file_attr/file_attr02.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testcases/kernel/syscalls/file_attr/file_attr02.c b/testcases/kernel/syscalls/file_attr/file_attr02.c
> index d0cb47696..f6625985a 100644
> --- a/testcases/kernel/syscalls/file_attr/file_attr02.c
> +++ b/testcases/kernel/syscalls/file_attr/file_attr02.c
> @@ -15,7 +15,7 @@
>
> #define MNTPOINT "mntpoint"
> #define FILENAME "ltp_file"
> -#define BLOCKS 1024
> +#define BLOCKS 128
> #define PROJID 16
>
> static int fd = -1;
>
Regards,
Avinesh
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-09-29 11:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-29 11:08 [LTP] [PATCH] file_attr02: Reduce extent size block count Martin Doucha
2025-09-29 11:29 ` Avinesh Kumar [this message]
2025-09-29 11:40 ` Petr Vorel
2025-09-29 11:46 ` Cyril Hrubis
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=2823256.mvXUDI8C0e@thinkpad \
--to=akumar@suse.de \
--cc=ltp@lists.linux.it \
--cc=mdoucha@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.