FreeBSD Bugzilla – Attachment 8928 Details for
Bug 18505
missing VFS_START call.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.00 KB, created by
mellon
on 2000-05-11 18:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mellon
Created:
2000-05-11 18:20:01 UTC
Size:
1.00 KB
patch
obsolete
>Index: vfs_conf.c >=================================================================== >RCS file: /freebsd/cvs/src/sys/kern/vfs_conf.c,v >retrieving revision 1.50 >diff -u -r1.50 vfs_conf.c >--- vfs_conf.c 2000/03/20 16:28:26 1.50 >+++ vfs_conf.c 2000/05/11 20:03:06 >@@ -235,6 +235,13 @@ > /* sanity check system clock against root filesystem timestamp */ > inittodr(mp->mnt_time); > vfs_unbusy(mp, curproc); >+ >+ /* >+ * MFS grabs the process when it calls VFS_START and doesn't >+ * let it go, but MFS won't allow itself to be mounted as root. >+ */ >+ >+ error = VFS_START(mp, 0, curproc); > } > return(error); > } >Index: mfs_vfsops.c >=================================================================== >RCS file: /freebsd/cvs/src/sys/ufs/mfs/mfs_vfsops.c,v >retrieving revision 1.84 >diff -u -r1.84 mfs_vfsops.c >--- mfs_vfsops.c 2000/05/05 09:59:06 1.84 >+++ mfs_vfsops.c 2000/05/11 20:03:57 >@@ -182,7 +182,7 @@ > *** > */ > >- /* you loose */ >+ /* you lose */ > panic("mfs_mount: mount MFS as root: not configured!"); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18505
: 8928