summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-06-28 04:46:11 +0000
committerdg <dg@FreeBSD.org>1995-06-28 04:46:11 +0000
commit56e21b71f0db0cf7c494f771992731b7cf7a36b0 (patch)
tree6c9043b5c49c2bb9ef0e8397c3b2659e8218b5f3 /sys/i386
parentacfe34e6681556d6727d51dea8c63435b487bc79 (diff)
downloadFreeBSD-src-56e21b71f0db0cf7c494f771992731b7cf7a36b0.zip
FreeBSD-src-56e21b71f0db0cf7c494f771992731b7cf7a36b0.tar.gz
Killed redundant vnode_pager_umount() call. This is already done at
FS unmount time.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/machdep.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 693e375..c637aff9 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.128 1995/05/30 07:59:33 rgrimes Exp $
+ * $Id: machdep.c,v 1.129 1995/06/26 07:39:52 bde Exp $
*/
#include "npx.h"
@@ -821,11 +821,7 @@ boot(arghowto)
waittime = 0;
printf("\nsyncing disks... ");
- /*
- * Release inodes held by texts before update.
- */
- if (panicstr == 0)
- vnode_pager_umount(NULL);
+
sync(&proc0, NULL, NULL);
for (iter = 0; iter < 20; iter++) {
OpenPOWER on IntegriCloud