FreeBSD Bugzilla – Attachment 14864 Details for
Bug 27776
rpc.lockd panic with FreeBSD-5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch_nfs_lock.c
patch_nfs_lock.c (text/plain; charset=us-ascii), 976 bytes, created by
Jean-Luc.Richier
on 2001-05-30 19:03:00 UTC
(
hide
)
Description:
patch_nfs_lock.c
Filename:
MIME Type:
Creator:
Jean-Luc.Richier
Created:
2001-05-30 19:03:00 UTC
Size:
976 bytes
patch
obsolete
>*** /usr/src/sys/nfs/nfs_lock.c.DIST Sat May 26 01:36:46 2001 >--- /usr/src/sys/nfs/nfs_lock.c Wed May 30 11:58:06 2001 >*************** >*** 260,267 **** > ((ansp->la_msg_ident.msg_seq != -1) && > (timevalcmp(&p->p_nlminfo->pid_start, > &ansp->la_msg_ident.pid_start, !=) || >! p->p_nlminfo->msg_seq != ansp->la_msg_ident.msg_seq))) > return (EPIPE); > > p->p_nlminfo->retcode = ansp->la_errno; > p->p_nlminfo->set_getlk_pid = ansp->la_set_getlk_pid; >--- 261,270 ---- > ((ansp->la_msg_ident.msg_seq != -1) && > (timevalcmp(&p->p_nlminfo->pid_start, > &ansp->la_msg_ident.pid_start, !=) || >! p->p_nlminfo->msg_seq != ansp->la_msg_ident.msg_seq))) { >+ PROC_UNLOCK(p); > return (EPIPE); >+ } > > p->p_nlminfo->retcode = ansp->la_errno; > p->p_nlminfo->set_getlk_pid = ansp->la_set_getlk_pid; >*************** >*** 269,273 **** >--- 272,277 ---- > > (void)wakeup((void *)p->p_nlminfo); > >+ PROC_UNLOCK(p); > return (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 Raw
Actions:
View
Attachments on
bug 27776
:
14863
| 14864