realloc_dynamic_table() and add_dyn_rule() may be called from interrupt thread
commitacef43ae89c6ea7d6ec011dce395c27899e12684
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 29 Oct 2007 12:23:57 +0000 (29 12:23 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 29 Oct 2007 12:23:57 +0000 (29 12:23 +0000)
tree45dd8f63be3debaff49e5bd91758e8f466057d27
parent6fbe60592ceba81630d4f7332db7f14b7a9e19b3
realloc_dynamic_table() and add_dyn_rule() may be called from interrupt thread
and TCP/UDP thread, so instead of M_WAITOK, (M_INTWAIT | M_NULLOK) should be
used.
sys/net/ipfw/ip_fw2.c