Date: Mon, 24 Jan 2011 22:21:58 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.c Message-ID: <201101242222.p0OMMG8j065818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-01-24 22:21:58 UTC FreeBSD src repository Modified files: sys/net if.c Log: SVN rev 217805 on 2011-01-24 22:21:58Z by jhb 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. Reviewed by: pluknet, bz MFC after: 2 weeks Revision Changes Path 1.395 +20 -6 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101242222.p0OMMG8j065818>