v5: Whatever the device is, skip this subtest if it failed a silent test run. Remove xfs/260 since per-inode flag has been disabled in kernel. This test now passes on 4.14-rc1+, however it's not what it intends to test. Minor fix on write_ro test. This one can be merged solely since it's not related to the other 2 patches. Xiong Zhou (3): generic: mmap write readonly DAX file generic/413: skip dax to nondax dio test if needed xfs/260: remove per-inode DAX flag test .gitignore | 1 + src/Makefile | 2 +- src/t_mmap_write_ro.c | 77 ++++++++++++++++++++++++ tests/generic/413 | 8 +++ tests/generic/461 | 93 +++++++++++++++++++++++++++++ tests/generic/461.out | 2 + tests/generic/group | 1 + tests/xfs/260 | 158 -------------------------------------------------- tests/xfs/260.out | 2 - tests/xfs/group | 1 - 10 files changed, 183 insertions(+), 162 deletions(-) create mode 100644 src/t_mmap_write_ro.c create mode 100755 tests/generic/461 create mode 100644 tests/generic/461.out delete mode 100755 tests/xfs/260 delete mode 100644 tests/xfs/260.out -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html