> +# We don't need to do this check for tmpfs because _scratch_mkfs_size > +# will validate the size against the available memory > +if [ "$FSTYP" != "tmpfs" ]; then > + _scratch_mkfs > + _scratch_mount > + _require_fs_space $SCRATCH_MNT $(($fssize / 1024)) > + _scratch_unmount > +fi > rm -f $seqres.full > _scratch_mkfs_sized $fssize >>$seqres.full 2>&1 _scratch_mkfs_size also validates the available space for other block based file systems, so I think we should just remove this code entirely (assuming I didn't miss something important) -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html