v6: add new group dax. sort src/ binaries name. add comment about O_DIRECT in t_mmap_write_ro.c add comment about _require_user in write_ro case. fix test file size and write pattern in write_ro case. check errno in dax to nondax dio testrun, then skip if fit. Xiong Zhou (4): tests: add new group dax gitignore: sort src/ binaries name generic: mmap write readonly DAX file generic/413: skip dax to nondax dio test if needed .gitignore | 51 +++++++++++++-------------- src/Makefile | 2 +- src/t_mmap_dio.c | 2 +- src/t_mmap_write_ro.c | 81 +++++++++++++++++++++++++++++++++++++++++++ tests/generic/413 | 10 ++++++ tests/generic/461 | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++ tests/generic/461.out | 2 ++ tests/generic/group | 9 ++--- tests/xfs/group | 2 +- 9 files changed, 222 insertions(+), 32 deletions(-) create mode 100644 src/t_mmap_write_ro.c create mode 100755 tests/generic/461 create mode 100644 tests/generic/461.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