FreeBSD Bugzilla – Attachment 167209 Details for
Bug 206634
"panic: ncllock1" from FreeBSD client after NFSv4 server was taken offline and brought back to life; lots of spam about "protocol prob err=10006"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to delete panic that no longer applies to current/head
ncllockpanic.patch (text/plain), 516 bytes, created by
Rick Macklem
on 2016-02-20 02:36:13 UTC
(
hide
)
Description:
Patch to delete panic that no longer applies to current/head
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2016-02-20 02:36:13 UTC
Size:
516 bytes
patch
obsolete
>--- fs/nfsclient/nfs_clvnops.c.sav 2016-02-19 18:01:47.796969000 -0500 >+++ fs/nfsclient/nfs_clvnops.c 2016-02-19 18:06:15.135933000 -0500 >@@ -3368,11 +3368,8 @@ nfs_lock1(struct vop_lock1_args *ap) > * there isn't any race problem. > */ > if ((ap->a_flags & LK_TYPE_MASK) == LK_EXCLOTHER) { >- if ((ap->a_flags & LK_INTERLOCK) == 0) >- panic("ncllock1"); > if ((vp->v_iflag & VI_DOOMED)) > error = ENOENT; >- VI_UNLOCK(vp); > return (error); > } > return (_lockmgr_args(vp->v_vnlock, ap->a_flags, VI_MTX(vp),
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 206634
:
166130
| 167209