mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
3bc4c5895c
_dmerror_cleanup()/_cleanup_flakey may fail to remove dm device due to EBUSY and cause subsequent tests to fail. Fix it by calling $UDEV_SETTLE_PROG before remove dm device to make sure no one is using it. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Dave Chinner <david@fromorbit.com>