net: Remove __skb_insert() calls outside of skbuff internals.
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 Sep 2008 04:28:51 +0000 (21:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Sep 2008 04:28:51 +0000 (21:28 -0700)
This minor cleanup simplifies later changes which will convert
struct sk_buff and friends over to using struct list_head.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found