dmflakey: don't run for dax mounts

There is no sense running dmflakey tests with the dax mount option,
since dmflakey doesn't support it.  Mark these as _notrun so that it is
clear that this type of testing is not happenning for dax.

Suggested-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Jeff Moyer
2015-12-21 18:01:47 +11:00
committed by Dave Chinner
parent 7721b85016
commit 7c8afd7a89
+5
View File
@@ -21,6 +21,11 @@
FLAKEY_ALLOW_WRITES=0
FLAKEY_DROP_WRITES=1
echo $MOUNT_OPTIONS | grep -q dax
if [ $? -eq 0 ]; then
_notrun "Cannot run tests with DAX on dmflakey devices"
fi
_init_flakey()
{
local BLK_DEV_SIZE=`blockdev --getsz $SCRATCH_DEV`