From owner-svn-src-all@FreeBSD.ORG Thu Jul 17 17:35:21 2014 Return-Path: Delivered-To: svn-src-all@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 E97B01C7; Thu, 17 Jul 2014 17:35:21 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63E592DE6; Thu, 17 Jul 2014 17:35:21 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id v10so2127436qac.12 for ; Thu, 17 Jul 2014 10:35:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=v/C56IjsL2pB1SbMsD8ug+yfCFXBXxFXnl3G19KFt6c=; b=lNS8PaFfngHaaRjmjsvlJblvKg3ywRvk1C4KFy09A0uFwtmtSSq/xKxrxt0YDZEvLD V/Is7sioI8+l8VfEMkIiXjY9OA0GDSVvEpkWA5VXKjjjxruomFiHbY9bHE2tvvIStxJ4 Q2gU0BUbNBC8D8B/0cnSucNFZXtfKXU5tFiPrA2bDyPFnz44rfqBfrdcqy8xrwd1YAcm eqtWbJfw2OCKjOM6iXqZTK8Z1gv8oMqQXXBhaXl9pRsFvJCE8aCLE7oM7tMSRQ7I7kuF 0kbVQvoJSh5hkmgZ4dLKXyfhanNBWTg7Ebjut2AZHAHdkSzXGFlIuFnHPCABOityVQAx VAug== MIME-Version: 1.0 X-Received: by 10.224.130.201 with SMTP id u9mr58165603qas.98.1405618520237; Thu, 17 Jul 2014 10:35:20 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Thu, 17 Jul 2014 10:35:20 -0700 (PDT) Received: by 10.224.202.193 with HTTP; Thu, 17 Jul 2014 10:35:20 -0700 (PDT) In-Reply-To: <20140717141934.GI87212@FreeBSD.org> References: <201407170521.s6H5LGbx042649@svn.freebsd.org> <20140717141934.GI87212@FreeBSD.org> Date: Thu, 17 Jul 2014 10:35:20 -0700 X-Google-Sender-Auth: _MM41nppjPNtyReAou6eWqACvOo Message-ID: Subject: Re: svn commit: r268787 - in head/sys: kern net From: Adrian Chadd To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-src-head@freebsd.org, Kevin Lo , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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, 17 Jul 2014 17:35:22 -0000 +1. Would you like to do it or should I? 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. > >