[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250128071315.676272-3-hch@lst.de>
Date: Tue, 28 Jan 2025 08:12:59 +0100
From: Christoph Hellwig <hch@....de>
To: Zorro Lang <zlang@...nel.org>
Cc: Brian Foster <bfoster@...hat.com>,
fstests@...r.kernel.org,
linux-ext4@...r.kernel.org
Subject: [PATCH 2/3] common: remove the $FSYP check in _cleanup_dump
Despite the comment, _cleanup_dump is only called from xfs specific
tests, so this is superfluous.
Signed-off-by: Christoph Hellwig <hch@....de>
---
common/dump | 6 ------
1 file changed, 6 deletions(-)
diff --git a/common/dump b/common/dump
index 50b2ba03c670..3761c16100d8 100644
--- a/common/dump
+++ b/common/dump
@@ -223,12 +223,6 @@ _require_tape()
#
_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
--
2.45.2
Powered by blists - more mailing lists