From owner-svn-src-head@FreeBSD.ORG Fri Jul 18 01:49:36 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6857DE04; Fri, 18 Jul 2014 01:49:36 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0659C27C8; Fri, 18 Jul 2014 01:49:34 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.8/8.14.8) with ESMTP id s6I1ZN0c006874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Jul 2014 09:35:24 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.8/8.14.8/Submit) id s6I1ZN6q006873; Fri, 18 Jul 2014 09:35:23 +0800 (CST) (envelope-from kevlo) Date: Fri, 18 Jul 2014 09:35:23 +0800 From: Kevin Lo To: Adrian Chadd Subject: Re: svn commit: r268787 - in head/sys: kern net Message-ID: <20140718013523.GA6861@ns.kevlo.org> References: <201407170521.s6H5LGbx042649@svn.freebsd.org> <20140717141934.GI87212@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Gleb Smirnoff , src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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 Jul 2014 01:49:36 -0000 On Thu, Jul 17, 2014 at 10:35:20AM -0700, Adrian Chadd wrote: > +1. Would you like to do it or should I? Committed as r268825. Thanks. > A > On Jul 17, 2014 7:19 AM, "Gleb Smirnoff" wrote: > > > On Thu, Jul 17, 2014 at 05:21:16AM +0000, Kevin Lo wrote: > > K> Author: kevlo > > K> Date: Thu Jul 17 05:21:16 2014 > > K> New Revision: 268787 > > K> URL: http://svnweb.freebsd.org/changeset/base/268787 > > K> > > K> Log: > > K> Deprecate m_act. Use m_nextpkt always. > > > > Thanks. IMHO, the define should go away from mbuf.h as well. > > > > -- > > Totus tuus, Glebius.