]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r206469:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 21 Apr 2010 19:47:19 +0000 (19:47 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 21 Apr 2010 19:47:19 +0000 (19:47 +0000)
commit77b3dbbdb67b8ff0d34cc503f038f6bd43188358
treea055ee6bb6601c610f4c7dd1b4bbecfe9f44be0e
parent9aefaff5390c49d50b631eafc619633c398aa239
MFC r206469:

  In if_detach_internal() only try to do the detach run if if_attachdomain1()
  has actually succeeded to initialize and attach.  There is a theoretical
  possibility to drop out early in if_attachdomain1() leaving the array
  uninitialized if we cannot get the lock.

  Discussed with:       rwatson

git-svn-id: svn://svn.freebsd.org/base/stable/8@207011 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if.c