]> git.baikalelectronics.ru Git - kernel.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)
commit1ffe1883ca8fc1e553f98d2cdb9f9e0d910afeac
treeafcd38d0fda2f35edf11535d56fc9c54acab4808
parentfaaa1cf9b8370c220006b9e4500ca9c5c7f9f201
[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