[LTP] [PATCH] syscalls/statmount{04,05}: Enable on FUSE
Wei Gao
wegao@suse.com
Wed Jul 16 20:52:53 CEST 2025
On Mon, Jun 30, 2025 at 02:55:09PM +0200, Cyril Hrubis wrote:
> These tests works fine for me fine on NTFS mounted via FUSE on 6.14
I guess we need remove second "fine" ?
>
> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
> ---
> testcases/kernel/syscalls/statmount/statmount04.c | 4 ----
> testcases/kernel/syscalls/statmount/statmount05.c | 4 ----
> 2 files changed, 8 deletions(-)
>
> diff --git a/testcases/kernel/syscalls/statmount/statmount04.c b/testcases/kernel/syscalls/statmount/statmount04.c
> index 7fd4fe8c5..332f6dd4d 100644
> --- a/testcases/kernel/syscalls/statmount/statmount04.c
> +++ b/testcases/kernel/syscalls/statmount/statmount04.c
> @@ -92,10 +92,6 @@ static struct tst_test test = {
> .mount_device = 1,
> .mntpoint = MNTPOINT,
> .all_filesystems = 1,
> - .skip_filesystems = (const char *const []) {
> - "fuse",
> - NULL
> - },
> .bufs = (struct tst_buffers []) {
> {&st_mount, .size = sizeof(struct statmount)},
> {}
> diff --git a/testcases/kernel/syscalls/statmount/statmount05.c b/testcases/kernel/syscalls/statmount/statmount05.c
> index a517f8212..56a2cb328 100644
> --- a/testcases/kernel/syscalls/statmount/statmount05.c
> +++ b/testcases/kernel/syscalls/statmount/statmount05.c
> @@ -110,10 +110,6 @@ static struct tst_test test = {
> .mount_device = 1,
> .mntpoint = MNTPOINT,
> .all_filesystems = 1,
> - .skip_filesystems = (const char *const []) {
> - "fuse",
> - NULL
> - },
> .bufs = (struct tst_buffers []) {
> {&st_mount, .size = SM_SIZE},
> {}
> --
> 2.49.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
More information about the ltp
mailing list