In expire_mfc(), add an assert on the multicast forwarding cache mutex.

PR:		138666
This commit is contained in:
Bruce M Simpson 2009-09-13 01:00:24 +00:00
parent 66ed47241a
commit 6cbbe26f98

View File

@ -1025,6 +1025,8 @@ expire_mfc(struct mfc *rt)
{
struct rtdetq *rte, *nrte;
MFC_LOCK_ASSERT();
free_bw_list(rt->mfc_bw_meter);
TAILQ_FOREACH_SAFE(rte, &rt->mfc_stall, rte_link, nrte) {