FreeBSD Bugzilla – Attachment 201424 Details for
Bug 230962
Kernel panic when writing extended attributes with soft updates enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to fix bug.
diffs.txt (text/plain), 446 bytes, created by
Kirk McKusick
on 2019-01-26 21:46:52 UTC
(
hide
)
Description:
Proposed patch to fix bug.
Filename:
MIME Type:
Creator:
Kirk McKusick
Created:
2019-01-26 21:46:52 UTC
Size:
446 bytes
patch
obsolete
>Index: sys/ufs/ffs/ffs_softdep.c >=================================================================== >--- sys/ufs/ffs/ffs_softdep.c (revision 343462) >+++ sys/ufs/ffs/ffs_softdep.c (working copy) >@@ -13983,7 +13983,7 @@ retry: > if (mp == NULL) > goto retry; > } else if (vp->v_type == VREG || vp->v_type == VDIR || >- vp->v_type == VLNK) { >+ vp->v_type == VLNK || vp->v_type == VFIFO) { > mp = vp->v_mount; > } else { > return (NULL);
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 230962
:
196617
| 201424