Page MenuHomeFreeBSD

D30468.diff
No OneTemporary

D30468.diff

diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c
--- a/sys/kern/kern_thread.c
+++ b/sys/kern/kern_thread.c
@@ -541,7 +541,8 @@
TASK_INIT(&thread_reap_task, 0, thread_reap_task_cb, NULL);
callout_init(&thread_reap_callout, 1);
- callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL);
+ callout_reset(&thread_reap_callout, 5 * hz,
+ thread_reap_callout_cb, NULL);
}
/*
@@ -704,7 +705,8 @@
if (wantreap)
taskqueue_enqueue(taskqueue_thread, &thread_reap_task);
- callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL);
+ callout_reset(&thread_reap_callout, 5 * hz,
+ thread_reap_callout_cb, NULL);
}
/*

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 3:47 AM (22 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14669805
Default Alt Text
D30468.diff (680 B)

Event Timeline