Date: Wed, 2 Mar 2011 19:27:01 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.c Message-ID: <201103021927.p22JR9Pd081581@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-03-02 19:27:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net if.c Log: SVN rev 219188 on 2011-03-02 19:27:01Z by jhb MFC 217805: Fix a LOR by dropping the global ifnet locks while allocating a new ifnet table in if_grow(). The order of the SYSINIT's for ifnet state were swapped so that the various locks were initialized before being used. Revision Changes Path 1.359.2.29 +20 -6 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103021927.p22JR9Pd081581>