lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20241210065900.1235379-3-hch@lst.de> Date: Tue, 10 Dec 2024 07:58:26 +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/4] 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