]> www.infradead.org Git - users/hch/blktests.git/commit
common/xfs: Create common helper to verify block device with xfs
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 8 Oct 2020 16:40:16 +0000 (10:40 -0600)
committerOmar Sandoval <osandov@fb.com>
Thu, 22 Oct 2020 21:44:12 +0000 (14:44 -0700)
commit5fa3eaded52ccf1ad48fb3e6f4af7337c67268f2
treeea63d725d31c6040b75b4162f6868de225a5667d
parent17146b44e03a1b63417b72d48ed462890145da7b
common/xfs: Create common helper to verify block device with xfs

Make a common helper from the code in tests nvme/012 and nvme/013
to run an fio verify on a XFS file system backed by the
specified block device.

While we are at it, all the output is redirected to $FULL instead of
/dev/null.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
common/xfs
tests/nvme/012
tests/nvme/013