[Bug] skb truesize does not update properly in many place
From: <hidden> Date: 2011-10-14 05:33:16
Hi Eric Dumazet:
I see you are correcting the wrong skb truesize, I found the
same problem exists in many forms and many places, like:
After calling skb_fill_page_desc(), what should be updated
to truesize.
pskb_expand_head(), __pskb_pull_tail()... do not update the
truesize.
...
-RongQing.Li