QA update - do not remount filesystems if corruption detected as this writes to the log

This commit is contained in:
fsgqa
2003-05-30 04:41:31 +00:00
parent efc0c6ce93
commit 911c75235a
+1 -3
View File
@@ -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 ]