public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] diotest4: Skip test 3 and 14 for tmpfs
@ 2023-11-22 21:13 Petr Vorel
  2023-11-22 21:34 ` Hugh Dickins via ltp
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Petr Vorel @ 2023-11-22 21:13 UTC (permalink / raw)
  To: ltp; +Cc: Christian Brauner, Jan Kara, Hugh Dickins, Christoph Hellwig

tmpfs in kernel v6.6 got support for O_DIRECT in e88e0d366f9c ("tmpfs:
trivial support for direct IO"). There is no reason for tmpfs to reject
direct IO of any size therefore follow the approach already used for
Btrfs, NFS and FUSE: skipping test 3 (odd count of read and write)
and 14 (read, write with non-aligned buffer).

Suggested-by: Jan Kara <jack@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/io/direct_io/diotest4.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testcases/kernel/io/direct_io/diotest4.c b/testcases/kernel/io/direct_io/diotest4.c
index 45c677b5b..ad00fa3e0 100644
--- a/testcases/kernel/io/direct_io/diotest4.c
+++ b/testcases/kernel/io/direct_io/diotest4.c
@@ -270,6 +270,7 @@ int main(int argc, char *argv[])
 	case TST_NFS_MAGIC:
 	case TST_BTRFS_MAGIC:
 	case TST_FUSE_MAGIC:
+	case TST_TMPFS_MAGIC:
 		tst_resm(TCONF, "%s supports odd count IO",
 			 tst_fs_type_name(fs_type));
 	break;
@@ -443,6 +444,7 @@ int main(int argc, char *argv[])
 	case TST_NFS_MAGIC:
 	case TST_BTRFS_MAGIC:
 	case TST_FUSE_MAGIC:
+	case TST_TMPFS_MAGIC:
 		tst_resm(TCONF, "%s supports non-aligned buffer",
 			 tst_fs_type_name(fs_type));
 	break;
-- 
2.42.0


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

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

end of thread, other threads:[~2023-11-24  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 21:13 [LTP] [PATCH 1/1] diotest4: Skip test 3 and 14 for tmpfs Petr Vorel
2023-11-22 21:34 ` Hugh Dickins via ltp
2023-11-23  8:43   ` Petr Vorel
2023-11-23  8:51 ` Jan Kara
2023-11-23  9:42 ` Christian Brauner
2023-11-24  8:32   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox