FreeBSD Bugzilla – Attachment 170634 Details for
Bug 209158
node / npm triggering zfs rename deadlock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Silence false LOR
1.patch (text/plain), 790 bytes, created by
Konstantin Belousov
on 2016-05-24 19:55:28 UTC
(
hide
)
Description:
Silence false LOR
Filename:
MIME Type:
Creator:
Konstantin Belousov
Created:
2016-05-24 19:55:28 UTC
Size:
790 bytes
patch
obsolete
>diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c >index 5abba16..0614903 100644 >--- a/sys/kern/kern_event.c >+++ b/sys/kern/kern_event.c >@@ -91,7 +91,7 @@ MTX_SYSINIT(kq_global, &kq_global, "kqueue order", MTX_DEF); > haslck = 0; \ > } while (0) > >-TASKQUEUE_DEFINE_THREAD(kqueue); >+TASKQUEUE_DEFINE_THREAD(kqueue_ctx); > > static int kevent_copyout(void *arg, struct kevent *kevp, int count); > static int kevent_copyin(void *arg, struct kevent *kevp, int count); >@@ -1426,7 +1426,7 @@ kqueue_schedtask(struct kqueue *kq) > ("scheduling kqueue task while draining")); > > if ((kq->kq_state & KQ_TASKSCHED) != KQ_TASKSCHED) { >- taskqueue_enqueue(taskqueue_kqueue, &kq->kq_task); >+ taskqueue_enqueue(taskqueue_kqueue_ctx, &kq->kq_task); > kq->kq_state |= KQ_TASKSCHED; > } > }
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 209158
: 170634 |
170652