mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: remove old electric fence support
Just not used anymore. Signed-Off-By: Dave Chinner <dchinner@redhat.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+4
-5
@@ -393,8 +393,7 @@ _check_xfs_filesystem()
|
||||
# option (-t) to avoid indexing the free space trees doesn't make it pass on
|
||||
# large filesystems. Avoid it.
|
||||
if [ "$LARGE_SCRATCH_DEV" != yes ]; then
|
||||
_xfs_check $extra_log_options $device 2>&1 |\
|
||||
_fix_malloc >$tmp.fs_check
|
||||
_xfs_check $extra_log_options $device 2>&1 > $tmp.fs_check
|
||||
fi
|
||||
if [ -s $tmp.fs_check ]; then
|
||||
_log_err "_check_xfs_filesystem: filesystem on $device is inconsistent (c)"
|
||||
@@ -409,7 +408,7 @@ _check_xfs_filesystem()
|
||||
if [ $? -ne 0 ]; then
|
||||
_log_err "_check_xfs_filesystem: filesystem on $device is inconsistent (r)"
|
||||
echo "*** xfs_repair -n output ***" >>$seqres.full
|
||||
cat $tmp.repair | _fix_malloc >>$seqres.full
|
||||
cat $tmp.repair >>$seqres.full
|
||||
echo "*** end xfs_repair output" >>$seqres.full
|
||||
|
||||
ok=0
|
||||
@@ -422,7 +421,7 @@ _check_xfs_filesystem()
|
||||
if [ $? -ne 0 ]; then
|
||||
_log_err "_check_xfs_filesystem: filesystem on $device is inconsistent (rebuild)"
|
||||
echo "*** xfs_repair output ***" >>$seqres.full
|
||||
cat $tmp.repair | _fix_malloc >>$seqres.full
|
||||
cat $tmp.repair >>$seqres.full
|
||||
echo "*** end xfs_repair output" >>$seqres.full
|
||||
|
||||
ok=0
|
||||
@@ -433,7 +432,7 @@ _check_xfs_filesystem()
|
||||
if [ $? -ne 0 ]; then
|
||||
_log_err "_check_xfs_filesystem: filesystem on $device is inconsistent (rebuild-reverify)"
|
||||
echo "*** xfs_repair -n output ***" >>$seqres.full
|
||||
cat $tmp.repair | _fix_malloc >>$seqres.full
|
||||
cat $tmp.repair >>$seqres.full
|
||||
echo "*** end xfs_repair output" >>$seqres.full
|
||||
|
||||
ok=0
|
||||
|
||||
Reference in New Issue
Block a user