All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/647: add _require_odirect
@ 2021-12-25  0:36 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-12-25  0:36 UTC (permalink / raw
  To: fstests

The mmap-rw-fault test program used by generic/647 uses O_DIRECT
unconditionally.

Signed-off-by: Eric Wong <e@80x24.org>
---
 tests/generic/647 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/generic/647 b/tests/generic/647
index 2e744975..fa6edadc 100755
--- a/tests/generic/647
+++ b/tests/generic/647
@@ -25,6 +25,7 @@ _cleanup()
 
 _supported_fs generic
 _require_test
+_require_odirect
 _require_test_program mmap-rw-fault
 
 echo "Silence is golden"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-25  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-25  0:36 [PATCH] generic/647: add _require_odirect Eric Wong

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.