From owner-cvs-src@FreeBSD.ORG Mon Feb 26 00:33:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3849C16A402; Mon, 26 Feb 2007 00:33:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EFD5613C467; Mon, 26 Feb 2007 00:33:09 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1Q0X7JU094030; Mon, 26 Feb 2007 00:33:07 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1Q0X7x9094028; Mon, 26 Feb 2007 00:33:07 GMT (envelope-from thompsa) Message-Id: <200702260033.l1Q0X7x9094028@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 26 Feb 2007 00:33:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 00:33:10 -0000 thompsa 2007-02-26 00:33:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC r1.93 Move the lock init until after if_alloc in case the allocation fails and we free the softc and return. Revision Changes Path 1.11.2.47 +1 -1 src/sys/net/if_bridge.c