Date: Fri, 28 Aug 2009 21:12:38 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.c Message-ID: <200908282112.n7SLCxx5081447@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-08-28 21:12:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/net if.c
Log:
SVN rev 196631 on 2009-08-28 21:12:38Z by rwatson
Merge r196553 from head to stable/8:
Break out allocation of new ifindex values from if_alloc() and if_vmove(),
and centralize in a single function ifindex_alloc(). Assert the
IFNET_WLOCK, and add missing IFNET_WLOCK in if_alloc(). This does not
close all known races in this code.
Reviewed by: bz
Approved by: re (kib)
Revision Changes Path
1.359.2.6 +42 -34 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908282112.n7SLCxx5081447>
