From owner-svn-src-all@FreeBSD.ORG Thu Dec 26 20:07:44 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 963B48F7; Thu, 26 Dec 2013 20:07:44 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BD8D1E98; Thu, 26 Dec 2013 20:07:43 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rBQK7fYH019071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 27 Dec 2013 00:07:41 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rBQK7fa3019070; Fri, 27 Dec 2013 00:07:41 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 27 Dec 2013 00:07:41 +0400 From: Gleb Smirnoff To: John Baldwin Subject: Re: svn commit: r259859 - head/sys/netinet/libalias Message-ID: <20131226200741.GV71033@FreeBSD.org> References: <201312250324.rBP3OKqV015383@svn.freebsd.org> <201312261104.54970.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201312261104.54970.jhb@freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 20:07:44 -0000 On Thu, Dec 26, 2013 at 11:04:54AM -0500, John Baldwin wrote: J> On Tuesday, December 24, 2013 10:24:20 pm Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Wed Dec 25 03:24:20 2013 J> > New Revision: 259859 J> > URL: http://svnweb.freebsd.org/changeset/base/259859 J> > J> > Log: J> > Cleanup alias module handler register/unregister. J> > J> > - Remove locking, since all module(9) events are running under &Giant. J> J> Eh, at some point that will go away. Are they going to be serialized by default? -- Totus tuus, Glebius.