Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/contrib/pf/net/pf_ioctl.c 145836 2005-05-03 16:43:32Z mlaier $ */
---
> /* $FreeBSD: head/sys/contrib/pf/net/pf_ioctl.c 147321 2005-06-12 16:46:20Z mlaier $ */
338,343c338
< /*
< * XXX
< * The 2nd arg. 0 to callout_init(9) shoule be set to CALLOUT_MPSAFE
< * if Gaint lock is removed from the network stack.
< */
< callout_init(&pf_expire_to, 0);
---
> callout_init(&pf_expire_to, NET_CALLOUT_MPSAFE);