[LTP] [PATCH 2/2] syscalls/sync_file_range02: Skip test on fuse.
Cyril Hrubis
chrubis@suse.cz
Wed Jun 19 14:31:48 CEST 2019
The syscall is not implemented on FUSE, as a matter of fact it returns
with success but does nothing so we even cannot detect if it's
implemented or not so let's just skip it.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
CC: Amir Goldstein <amir73il@gmail.com>
CC: Sumit Garg <sumit.garg@linaro.org>
---
testcases/kernel/syscalls/sync_file_range/sync_file_range02.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c b/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
index d4c29f9c2..eb08143c3 100644
--- a/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
+++ b/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
@@ -121,6 +121,7 @@ static struct tst_test test = {
.needs_root = 1,
.mount_device = 1,
.all_filesystems = 1,
+ .dev_fs_flags = TST_FS_SKIP_FUSE,
.mntpoint = MNTPOINT,
.setup = setup,
.test = run,
--
2.19.2
More information about the ltp
mailing list