mbox series

[ndctl,0/2] test/dax.sh: fixup and split by fs

Message ID 157205197710.4128114.10329643056047769577.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
Headers show
Series test/dax.sh: fixup and split by fs | expand

Message

Dan Williams Oct. 26, 2019, 1:06 a.m. UTC
Hi Vishal,

Here's a rework of patch4 from the huge page validation series, and a
lead in fix that was causing the apply-conflict on your end.

---

Dan Williams (2):
      test/dax.sh: Make dax.sh more robust vs small namespaces
      test/dax.sh: Split into ext4 and xfs tests


 test/Makefile.am |    3 +-
 test/dax-ext4.sh |    1 +
 test/dax-xfs.sh  |    1 +
 test/dax.sh      |  101 +++++++++++++++++++++++++++++++-----------------------
 4 files changed, 62 insertions(+), 44 deletions(-)
 create mode 120000 test/dax-ext4.sh
 create mode 120000 test/dax-xfs.sh