]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Revert skb_copy_datagram_iovec() recursion elimination.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 14 Feb 2006 00:06:10 +0000 (16:06 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 14 Feb 2006 00:06:10 +0000 (16:06 -0800)
commit8c21dd58b7a475ab0c5f80a38cab75faae6198c7
treef3dfa4aa380fe89a4aeff049c2f5b13b72404a1b
parent65f047f5a486350f10b0048cf6eeb81cff7a4322
[NET]: Revert skb_copy_datagram_iovec() recursion elimination.

Revert the following changeset:

1ffe1883ca8fc1e553f98d2cdb9f9e0d910afeac

Recursive SKB frag lists are really possible and disallowing
them breaks things.

Noticed by: Jesse Brandeburg <jesse.brandeburg@intel.com>

Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/datagram.c