FreeBSD Bugzilla – Attachment 151652 Details for
Bug 196743
make set_rootvnode() a externally visible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for this change
vnode.diff (text/plain), 964 bytes, created by
tjj5036
on 2015-01-15 01:14:23 UTC
(
hide
)
Description:
A patch for this change
Filename:
MIME Type:
Creator:
tjj5036
Created:
2015-01-15 01:14:23 UTC
Size:
964 bytes
patch
obsolete
>Index: sys/kern/vfs_mountroot.c >=================================================================== >--- sys/kern/vfs_mountroot.c (revision 277203) >+++ sys/kern/vfs_mountroot.c (working copy) >@@ -179,7 +179,7 @@ > mtx_unlock(&root_holds_mtx); > } > >-static void >+void > set_rootvnode(void) > { > struct proc *p; >Index: sys/sys/mount.h >=================================================================== >--- sys/sys/mount.h (revision 277203) >+++ sys/sys/mount.h (working copy) >@@ -836,6 +836,7 @@ > struct mntarg *mount_argb(struct mntarg *ma, int flag, const char *name); > struct mntarg *mount_argf(struct mntarg *ma, const char *name, const char *fmt, ...); > struct mntarg *mount_argsu(struct mntarg *ma, const char *name, const void *val, int len); >+void set_rootvnode(void); > void statfs_scale_blocks(struct statfs *sf, long max_size); > struct vfsconf *vfs_byname(const char *); > struct vfsconf *vfs_byname_kld(const char *, struct thread *td, int *);
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 196743
: 151652