From owner-svn-src-head@FreeBSD.ORG Fri Nov 19 19:47:11 2010 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 4574D106564A; Fri, 19 Nov 2010 19:47:11 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id C40BE8FC0A; Fri, 19 Nov 2010 19:47:10 +0000 (UTC) Received: by qwi4 with SMTP id 4so214113qwi.13 for ; Fri, 19 Nov 2010 11:47:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=RLPKHxPkpYBifkLOZT89hOClfEaNHYo/Y62cBO8NWrg=; b=OHDAaqPomAqiCxA42nxf4DFdkcgfWxvSwPB+u14ssiFY2pWPxg2Nk1UmIiPVBcgWbq gXBbTTfD/kL6YoAHC891MOPxIE5LIFLR85Lu427+JUxS3qz2er/9VMARq3l2p2XhWG+a IpilfVDyTWQSERDLqoE+me7A4BJQ6lJNuZ56A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=DblK4wLO74RMm35Md6IQqR+zjK1F08Xupvr0T4noB31ElLGlse1ahO81U+jJFIwdv9 gX3u7V2T19PTcq3r+d3jsEQSwLWCHxt/T+/hqRqmHvbLJ/+FiVZNZ6/EuRmJIAgtIivc 7he1tSyQlp8mWbJ/16lCLVnmrmP4Qxp7dcONQ= MIME-Version: 1.0 Received: by 10.229.191.130 with SMTP id dm2mr2076358qcb.256.1290196029826; Fri, 19 Nov 2010 11:47:09 -0800 (PST) Sender: asmrookie@gmail.com Received: by 10.229.31.9 with HTTP; Fri, 19 Nov 2010 11:47:09 -0800 (PST) In-Reply-To: <201011191943.oAJJhv3i087205@svn.freebsd.org> References: <201011191943.oAJJhv3i087205@svn.freebsd.org> Date: Fri, 19 Nov 2010 14:47:09 -0500 X-Google-Sender-Auth: Top57HeJKSFfj_xJ-RFT9DIvcak Message-ID: From: Attilio Rao To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: svn commit: r215544 - head/sys/kern 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, 19 Nov 2010 19:47:11 -0000 2010/11/19 Attilio Rao : > Author: attilio > Date: Fri Nov 19 19:43:56 2010 > New Revision: 215544 > URL: http://svn.freebsd.org/changeset/base/215544 > > Log: > =C2=A0Scan the list in reverse order for the shutdown handlers of loaded = modules. > =C2=A0This way, when there is a dependency between two modules, the handl= er of the > =C2=A0latter probed runs first. > > =C2=A0This is a similar approach as the modules are unloaded in the same > =C2=A0linkerfile. > > =C2=A0Sponsored by: Sandvine Incorporated > =C2=A0Submitted by: Nima Misaghian > =C2=A0MFC after: =C2=A0 =C2=A01 week Forgot to mention: PR kern/135485. Attilio --=20 Peace can only be achieved by understanding - A. Einstein