Use umount/mount to ensure stuff is written to disk so that

bulkstat will be sure to have the latest attributes for
dump/restore.
This commit is contained in:
fsgqa
2001-08-31 04:06:45 +00:00
parent 24af66afa3
commit 06aebf6571
+3 -3
View File
@@ -272,9 +272,9 @@ _cleanup()
_stable_fs()
{
# umount $SCRATCH_MNT >/dev/null
# mount $SCRATCH_MNT >/dev/null
sync; sync; sleep 15
umount $SCRATCH_MNT >/dev/null
mount $SCRATCH_MNT >/dev/null
# sync; sync; sleep 15
}
#