Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115524448
D47527.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D47527.diff
View Options
Index: sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
===================================================================
--- sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
+++ sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
@@ -181,7 +181,6 @@
#if 0
softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2);
#endif
- callout_init_rw(&softc->ipf_slow_ch, &softc->ipf_global.ipf_lk, CALLOUT_SHAREDLOCK);
callout_reset(&softc->ipf_slow_ch,
(hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
ipf_timer_func, softc);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 8:32 PM (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17792069
Default Alt Text
D47527.diff (512 B)
Attached To
Mode
D47527: ipfilter: Don't reinitialize lock in timer function
Attached
Detach File
Event Timeline
Log In to Comment