Re: sys/mbuf.h: tedu m_act

2015-02-09 Thread David Gwynne
> On 9 Feb 2015, at 1:40 pm, Lawrence Teo wrote: > > m_act was the historical name of m_nextpkt, and was already deprecated > at the time D&I of 4.4BSD was published. Nothing in our tree uses it, > so I would like to propose removing it. Both FreeBSD and NetBSD have > removed theirs. > > I ha

sys/mbuf.h: tedu m_act

2015-02-08 Thread Lawrence Teo
m_act was the historical name of m_nextpkt, and was already deprecated at the time D&I of 4.4BSD was published. Nothing in our tree uses it, so I would like to propose removing it. Both FreeBSD and NetBSD have removed theirs. I have tested this with make build+release. I also partially tested t