Despite the comment, _cleanup_dump is only called from xfs specific
tests, so this is superfluous.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
#
_cleanup_dump()
{
- # Some tests include this before checking _supported_fs xfs
- # and the sleeps & checks here get annoying
- if [ "$FSTYP" != "xfs" ]; then
- return
- fi
-
cd $here
if [ -n "$DEBUGDUMP" ]; then