Dave Chinner <[email protected]> writes:

> Because dm-flakey will not alow you to use DAX, there's not much
> point in running these tests if the DAX mount option is enabled.
> Hence I'd just add this to common/dm-flakey:
>
> echo $MOUNT_OPTIONS | grep -q dax
> if [ $? -ne 0 ]; then
>       _notrun "Cannot run tests with DAX on dmflakey devices"
> fi
>
> That way we have a clear reminder that these tests do not run with
> DAX enabled and hence we are not doing crash integrity testing using
> dm-flakey on DAX devices....

Yes, that makes more sense.  Or, I guess I could add dax support to
dm-flakey.

-Jeff
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to