From owner-svn-src-head@FreeBSD.ORG Fri Sep 18 12:13:09 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFF171065670; Fri, 18 Sep 2009 12:13:09 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206049004.chello.pl [87.206.49.4]) by mx1.freebsd.org (Postfix) with ESMTP id ED4118FC19; Fri, 18 Sep 2009 12:13:07 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 9374445C9F; Fri, 18 Sep 2009 14:13:06 +0200 (CEST) Received: from localhost (chello087206049004.chello.pl [87.206.49.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id E72C645C8A; Fri, 18 Sep 2009 14:12:59 +0200 (CEST) Date: Fri, 18 Sep 2009 14:12:57 +0200 From: Pawel Jakub Dawidek To: "Bjoern A. Zeeb" Message-ID: <20090918121233.GB3650@garage.freebsd.pl> References: <200909171452.n8HEqFfs061011@svn.freebsd.org> <20090917151723.GB2197@garage.freebsd.pl> <20090918005831.B68375@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BI5RvnYi6R4T2M87" Content-Disposition: inline In-Reply-To: <20090918005831.B68375@maildrop.int.zabbadoz.net> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Marko Zec Subject: Re: svn commit: r197286 - head/sys/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 12:13:09 -0000 --BI5RvnYi6R4T2M87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 18, 2009 at 12:59:49AM +0000, Bjoern A. Zeeb wrote: > On Thu, 17 Sep 2009, Pawel Jakub Dawidek wrote: >=20 > >On Thu, Sep 17, 2009 at 02:52:15PM +0000, Marko Zec wrote: > >>Author: zec > >>Date: Thu Sep 17 14:52:15 2009 > >>New Revision: 197286 > >>URL: http://svn.freebsd.org/changeset/base/197286 > >> > >>Log: > >> V_irtualize the lltables list, making ARP and ND reasonably > >> usable again with options VIMAGE kernels. > >> > >> Submitted by: bz (the original version, probably identical to this=20 > >> one) >=20 > Uncommitted for the reason to not interfere with bugfixing for 8.0-R. >=20 > >> Reviewed by: many @ DevSummit Cambridge > >> MFC after: 3 days > >[...] > >>+static void > >>+vnet_lltable_init() > >>+{ > >>+ > >>+ SLIST_INIT(&V_lltables); > >>+} > >>+VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST,=20 > >>vnet_lltable_init, NULL); >=20 > ANy I didn'thave this style bug;) >=20 > >There is nothing we want to do when vnet is going away? >=20 > No things will clear itself up via other ways as the interfaces will > go away the table will empty itself, etc So I guess it won't hurt to assert on uninit that the list is really empty?:) --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --BI5RvnYi6R4T2M87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFKs3lJForvXbEpPzQRAnh4AJ0am2SikxXu5nB/S/BSxFOxOlC+ggCgjgdU qWrjJbisV66BNImPCyS2we0= =l4qo -----END PGP SIGNATURE----- --BI5RvnYi6R4T2M87--