summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/ufs/ffs/ffs_snapshot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c
index bb39bd6..dff56ed 100644
--- a/sys/ufs/ffs/ffs_snapshot.c
+++ b/sys/ufs/ffs/ffs_snapshot.c
@@ -351,6 +351,8 @@ restart:
if (error)
goto out;
bawrite(nbp);
+ if (cg % 10 == 0)
+ ffs_syncvnode(vp, MNT_WAIT);
}
/*
* Copy all the cylinder group maps. Although the
@@ -372,6 +374,8 @@ restart:
goto out;
error = cgaccount(cg, vp, nbp, 1);
bawrite(nbp);
+ if (cg % 10 == 0)
+ ffs_syncvnode(vp, MNT_WAIT);
if (error)
goto out;
}
OpenPOWER on IntegriCloud