git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95001ee
)
[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()
author
Daniel Phillips
<phillips@istop.com>
Tue, 27 Sep 2005 22:22:35 +0000
(15:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Sep 2005 22:22:35 +0000
(15:22 -0700)
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>
No differences found