commit | 43f59c89399fd76883a06c551f24794e98409432 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Sep 21 21:28:51 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 21 21:28:51 2008 -0700 |
tree | 7ef8ac7047ea5e74c9d522d6438d03fb69a3ba67 | |
parent | f5fff5dc8a7a3f395b0525c02ba92c95d42b7390 [diff] |
net: Remove __skb_insert() calls outside of skbuff internals. 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>