From 911c75235abde2b8df335905b990894dd97f76d4 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Fri, 30 May 2003 04:41:31 +0000 Subject: [PATCH] QA update - do not remount filesystems if corruption detected as this writes to the log --- common.rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common.rc b/common.rc index 47ee1e33..581304cb 100644 --- a/common.rc +++ b/common.rc @@ -607,9 +607,7 @@ _check_filesystem() echo "*** mount output ***" >>$seq.full mount >>$seq.full echo "*** end mount output" >>$seq.full - fi - - if [ "$type" = "xfs" ] + elif [ "$type" = "xfs" ] then # mounted... if [ $USE_REMOUNT -eq 0 ] -- 2.30.2