@@ -91,11 +91,13 @@ _fail()
bench_mkfs_xfs()
{
mkfs_xfs -f $extra_mkfs_options $@
[ $? -ne 0 ] && _fail "mkfs [$extra_mkfs_options] FAILED"
}
bench_mount_xfs()
mount -t xfs $extra_mount_options $@
[ $? -ne 0 ] && _fail "mount [$extra_mount_options] FAILED"
_run_benchmark()
The note is not visible to the blocked user.