Date: Mon, 1 Aug 2005 22:33:39 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 81316 for review Message-ID: <200508012233.j71MXdSx030916@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81316 Change 81316 by sam@sam_ebb on 2005/08/01 22:33:00 grab table lock on cleanup to satisfy locking assertion Affected files ... .. //depot/projects/wifi/sys/net80211/ieee80211_node.c#59 edit Differences ... ==== //depot/projects/wifi/sys/net80211/ieee80211_node.c#59 (text+ko) ==== @@ -1772,6 +1772,7 @@ IEEE80211_DPRINTF(nt->nt_ic, IEEE80211_MSG_NODE, "%s %s table\n", __func__, nt->nt_name); + IEEE80211_NODE_LOCK(nt); ieee80211_free_allnodes_locked(nt); IEEE80211_SCAN_LOCK_DESTROY(nt); IEEE80211_NODE_LOCK_DESTROY(nt);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508012233.j71MXdSx030916>