CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/09/04 15:40:25
Modified files: sys/net : pf_if.c pf_ioctl.c pf_osfp.c Log message: The pf_osfp_pl and pf_osfp_entry_pl never get used in interrupt context. Drop the explicit pool backend allocator here and add PR_WAITOK to the flags passed to pool_init(9). The pfi_addr_pl and pf_rule_pl can get used in interrupt context though. So simply drop the explicit pool backend allocator without adding PR_WAITOK to the flags passed to pool_init(9). ok mikeb@