From: Daniel Phillips Date: Tue, 27 Sep 2005 22:22:35 +0000 (-0700) Subject: [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec() X-Git-Tag: v2.6.14-rc3~53^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8dfcb93970ad7139c976356bfc99d7e251deaf;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed