fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [fstests PATCH] generic/223: skip when using DAX
@ 2018-06-13 21:07 Ross Zwisler
  2018-06-13 22:25 ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Zwisler @ 2018-06-13 21:07 UTC (permalink / raw)
  To: Eryu Guan, fstests; +Cc: Ross Zwisler, linux-nvdimm

As of these upstream kernel commits:

commit 6e2608dfd934 ("xfs, dax: introduce xfs_dax_aops")
commit 5f0663bb4a64 ("ext4, dax: introduce ext4_dax_aops")

generic/223 fails on XFS and ext4 because filesystems mounted with DAX no
longer support bmap.  This is desired behavior and will not be fixed,
according to:

https://lists.01.org/pipermail/linux-nvdimm/2018-April/015383.html

So, just skip over generic/223 when using DAX so we don't throw false
positive test failures.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
---
 tests/generic/223 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/generic/223 b/tests/generic/223
index dfd8c41b..1a7cf269 100755
--- a/tests/generic/223
+++ b/tests/generic/223
@@ -31,6 +31,7 @@ _supported_os Linux
 
 _require_scratch
 _require_xfs_io_command "falloc"
+_exclude_scratch_mount_option dax
 
 rm -f $seqres.full
 
-- 
2.14.4


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

end of thread, other threads:[~2018-06-13 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 21:07 [fstests PATCH] generic/223: skip when using DAX Ross Zwisler
2018-06-13 22:25 ` Darrick J. Wong
2018-06-13 22:33   ` Ross Zwisler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).