1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Killed redundant vnode_pager_umount() call. This is already done at

FS unmount time.
This commit is contained in:
David Greenman 1995-06-28 04:46:11 +00:00
parent 53b5ed936e
commit 338cd8f6be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9345
2 changed files with 4 additions and 12 deletions

View File

@ -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++) {

View File

@ -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++) {