FreeBSD Bugzilla – Attachment 163299 Details for
Bug 204340
[panic] nfsd, em, msix, fatal trap 9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that locks mutex when request queue is updated
svcpool-destroy3.patch (text/plain), 449 bytes, created by
Rick Macklem
on 2015-11-18 22:30:02 UTC
(
hide
)
Description:
patch that locks mutex when request queue is updated
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2015-11-18 22:30:02 UTC
Size:
449 bytes
patch
obsolete
>--- rpc/svc.c.sav2 2015-11-17 23:49:36.363172000 -0500 >+++ rpc/svc.c 2015-11-18 15:45:26.310954000 -0500 >@@ -1232,9 +1232,11 @@ svc_run_internal(SVCGROUP *grp, bool_t i > if (stpref != st) > rqstp = NULL; > } else { >+ mtx_lock(&st->st_lock); > rqstp->rq_thread = st; > STAILQ_INSERT_TAIL(&st->st_reqs, > rqstp, rq_link); >+ mtx_unlock(&st->st_lock); > } > } > } while (rqstp == NULL && stat == XPRT_MOREREQS
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 204340
:
163160
|
163217
| 163299 |
163300
|
179512
|
179661