]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()
authorDaniel Phillips <phillips@istop.com>
Tue, 27 Sep 2005 22:22:35 +0000 (15:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Sep 2005 22:22:35 +0000 (15:22 -0700)
commitbc8dfcb93970ad7139c976356bfc99d7e251deaf
treeafcd38d0fda2f35edf11535d56fc9c54acab4808
parent95001ee9256df846e374f116c92ca8e0beec1527
[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()

Use iteration instead of recursion.  Fraglists within fraglists
should never occur, so we BUG check this.

Signed-off-by: Daniel Phillips <phillips@istop.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/datagram.c