On Sun, Jan 26, 2020 at 03:02:02PM +1100, Duncan Roe wrote: > In struct pkt_buff, we only ever needed any 2 of len, data and tail. > This has caused bugs in the past, e.g. commit 8a4316f31. > Delete tail, and where the value of pktb->tail was required, > use new pktb_tail() function. Applied, thanks.