commit | bc8dfcb93970ad7139c976356bfc99d7e251deaf | [log] [tgz] |
---|---|---|
author | Daniel Phillips <phillips@istop.com> | Tue Sep 27 15:22:35 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 27 15:22:35 2005 -0700 |
tree | afcd38d0fda2f35edf11535d56fc9c54acab4808 | |
parent | 95001ee9256df846e374f116c92ca8e0beec1527 [diff] |
[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>