FreeBSD Bugzilla – Attachment 209403 Details for
Bug 241639
Fatal trap 12: page fault ... current process = 0 (vmbusdev) when using mlx4en
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
VFS PATCH
vfs.diff (text/plain), 510 bytes, created by
Hans Petter Selasky
on 2019-11-25 09:23:23 UTC
(
hide
)
Description:
VFS PATCH
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2019-11-25 09:23:23 UTC
Size:
510 bytes
patch
obsolete
>Index: sys/kern/vfs_lookup.c >=================================================================== >--- sys/kern/vfs_lookup.c (revision 354857) >+++ sys/kern/vfs_lookup.c (working copy) >@@ -326,6 +326,11 @@ > MPASS(ndp->ni_startdir == NULL || ndp->ni_startdir->v_type == VDIR || > ndp->ni_startdir->v_type == VBAD); > fdp = p->p_fd; >+ >+ /* Bail out if root file system is not mounted */ >+ if (__predict_false(fdp->fd_rdir == NULL)) >+ return (ENXIO); >+ > TAILQ_INIT(&ndp->ni_cap_tracker); > ndp->ni_lcf = 0; >
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 241639
:
208757
|
208758
|
208759
|
208760
|
208761
|
208762
|
208763
|
208764
|
208765
|
208766
|
208767
|
209403
|
209407
|
209474
|
209475
|
209482
|
209483
|
209485
|
209486
|
209487
|
209493
|
209494