summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>2006-03-19 21:09:19 +0000
committerTor Egge <tegge@FreeBSD.org>2006-03-19 21:09:19 +0000
commit95e7a3c3ac9fba33f915349a0120ee7f5423af08 (patch)
treed2a632bb5fb0a209d8fdcf2fba403c252134ac41
parent8c86028f11f9dddac95126a93ce85f4b038641f9 (diff)
Notes
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 6ad9bc74cf2f..2cc50181319e 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -1044,6 +1044,7 @@ ffs_flushfiles(mp, flags, td)
if ((error = vflush(mp, 0, SKIPSYSTEM | flags, td)) != 0)
return (error);
ffs_snapshot_unmount(mp);
+ flags |= FORCECLOSE;
/*
* Here we fall through to vflush again to ensure
* that we have gotten rid of all the system vnodes.