Herbert Xu c8c9f9a3de [NET] ppp: Remove unnecessary pskb_may_pull
In ppp_receive_nonmp_frame, we call pskb_may_pull(skb, skb->len) if the
tailroom is >= 124.  This is pointless because this pskb_may_pull is only
needed if the skb is non-linear.  However, if it is non-linear then the
tailroom would be zero.

So it can be safely removed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-17 21:30:18 -07:00
..
2006-06-10 11:02:05 -07:00
2006-06-17 21:30:16 -07:00
2006-06-17 10:44:26 -07:00
2006-06-17 21:25:58 -07:00
2006-05-03 20:05:41 -07:00
2006-06-17 21:30:14 -07:00
2006-05-21 12:59:18 -07:00
2006-06-17 21:30:14 -07:00
2006-06-05 12:29:17 -07:00
2006-05-03 20:05:41 -07:00
2006-06-17 21:18:43 -07:00
2006-06-17 21:18:43 -07:00