mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user