Use umount/mount to ensure stuff is written to disk so that
authorfsgqa <fsgqa>
Fri, 31 Aug 2001 04:06:45 +0000 (04:06 +0000)
committerfsgqa <fsgqa>
Fri, 31 Aug 2001 04:06:45 +0000 (04:06 +0000)
bulkstat will be sure to have the latest attributes for
dump/restore.

common.dump

index 74dc52de581482da732aa0a2ad342b1e229134c1..67440b7c8937d811f567d87b5f91050398f99cec 100644 (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
 }
 
 #