aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-06-28 04:46:11 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-06-28 04:46:11 +0000
commit338cd8f6bedec51188888255a64a213cdefc9e00 (patch)
tree6c9043b5c49c2bb9ef0e8397c3b2659e8218b5f3 /sys/amd64
parent53b5ed936e978ba06f98d746d5a88866429cccbc (diff)
downloadsrc-338cd8f6bedec51188888255a64a213cdefc9e00.tar.gz
src-338cd8f6bedec51188888255a64a213cdefc9e00.zip
Killed redundant vnode_pager_umount() call. This is already done at
FS unmount time.
Notes
Notes: svn path=/head/; revision=9345
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 693e37577dc1..c637aff962c5 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/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++) {