Fix my sync() error in boot().
This commit is contained in:
parent
94c3db28ba
commit
022d9d6300
|
@ -681,7 +681,7 @@ boot(arghowto)
|
|||
*/
|
||||
if (panicstr == 0)
|
||||
vnode_pager_umount(NULL);
|
||||
sync((struct proc *)0, (void *)0, (int *)0);
|
||||
sync(&proc0, (void *)0, (int *)0);
|
||||
|
||||
/*
|
||||
* Unmount filesystems
|
||||
|
|
Loading…
Reference in New Issue