All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] utime03.c: Fix filesystem name
@ 2022-01-14 21:00 Petr Vorel
  2022-01-17  2:23 ` Li Wang
  0 siblings, 1 reply; 8+ messages in thread
From: Petr Vorel @ 2022-01-14 21:00 UTC (permalink / raw)
  To: ltp

Use the same name as in tst_fs_type_name() to actually skip it.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
"v9fs is a Unix implementation of the Plan 9 9p remote filesystem
protocol." [1]

NOTE: filesystem is called v9fs, but mount parameter is "9p"
that's probably the reason why named "9p" and not "v9" in
tst_fs_type_name().

Kind regards,
Petr

[1] https://www.kernel.org/doc/html/latest/filesystems/9p.html

 testcases/kernel/syscalls/utime/utime03.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/utime/utime03.c b/testcases/kernel/syscalls/utime/utime03.c
index 48cc3bae77..823bc5f72a 100644
--- a/testcases/kernel/syscalls/utime/utime03.c
+++ b/testcases/kernel/syscalls/utime/utime03.c
@@ -93,7 +93,7 @@ static struct tst_test test = {
 	.mntpoint = MNTPOINT,
 	.all_filesystems = 1,
 	.skip_filesystems = (const char *const[]) {
-		"v9",
+		"9p",
 		"vfat",
 		"exfat",
 		NULL
-- 
2.34.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-18 10:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 21:00 [LTP] [PATCH 1/1] utime03.c: Fix filesystem name Petr Vorel
2022-01-17  2:23 ` Li Wang
2022-01-17  3:13   ` Li Wang
2022-01-17  9:04     ` Petr Vorel
2022-01-18  7:24       ` Li Wang
2022-01-18  9:01         ` Petr Vorel
2022-01-18  9:11           ` Li Wang
2022-01-18 10:34             ` Cyril Hrubis

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.