Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152138281
D29206.id85521.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
736 B
Referenced Files
None
Subscribers
None
D29206.id85521.diff
View Options
Index: sys/netinet/sctp_bsd_addr.c
===================================================================
--- sys/netinet/sctp_bsd_addr.c
+++ sys/netinet/sctp_bsd_addr.c
@@ -108,7 +108,7 @@
kproc_create(sctp_iterator_thread,
(void *)NULL,
&sctp_it_ctl.thread_proc,
- RFPROC,
+ 0,
SCTP_KTHREAD_PAGES,
SCTP_KTRHEAD_NAME);
}
Index: sys/netinet/sctp_pcb.c
===================================================================
--- sys/netinet/sctp_pcb.c
+++ sys/netinet/sctp_pcb.c
@@ -5678,7 +5678,7 @@
(void)kproc_create(sctp_mcore_thread,
(void *)&sctp_mcore_workers[cpu],
&sctp_mcore_workers[cpu].thread_proc,
- RFPROC,
+ 0,
SCTP_KTHREAD_PAGES,
SCTP_MCORE_NAME);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 14, 12:15 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31435916
Default Alt Text
D29206.id85521.diff (736 B)
Attached To
Mode
D29206: Don't pass RFPROC to kproc_create(), it is redundant.
Attached
Detach File
Event Timeline
Log In to Comment