Re: svn commit: r268787 - in head/sys: kern net

2014-07-17 Thread Kevin Lo
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 +, Kevin Lo wrote: > > K> Author: kevlo > > K> Date: Thu Jul

Re: svn commit: r268787 - in head/sys: kern net

2014-07-17 Thread Adrian Chadd
+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 +, 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> >

Re: svn commit: r268787 - in head/sys: kern net

2014-07-17 Thread Gleb Smirnoff
On Thu, Jul 17, 2014 at 05:21:16AM +, 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

svn commit: r268787 - in head/sys: kern net

2014-07-16 Thread Kevin Lo
Author: kevlo Date: Thu Jul 17 05:21:16 2014 New Revision: 268787 URL: http://svnweb.freebsd.org/changeset/base/268787 Log: Deprecate m_act. Use m_nextpkt always. Modified: head/sys/kern/uipc_usrreq.c head/sys/net/if.c head/sys/net/if_spppsubr.c Modified: head/sys/kern/uipc_usrreq.c ===