Page MenuHomeFreeBSD

D17505.diff
No OneTemporary

D17505.diff

Index: head/sys/netpfil/pf/if_pfsync.c
===================================================================
--- head/sys/netpfil/pf/if_pfsync.c
+++ head/sys/netpfil/pf/if_pfsync.c
@@ -2431,12 +2431,6 @@
case MOD_LOAD:
error = pfsync_init();
break;
- case MOD_QUIESCE:
- /*
- * Module should not be unloaded due to race conditions.
- */
- error = EBUSY;
- break;
case MOD_UNLOAD:
pfsync_uninit();
break;

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 20, 10:25 PM (1 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27779881
Default Alt Text
D17505.diff (425 B)

Event Timeline