tcp: tso_fragment() might avoid GFP_ATOMIC
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 24 Jun 2010 01:00:22 +0000 (01:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jun 2010 06:24:31 +0000 (23:24 -0700)
We can pass a gfp argument to tso_fragment() and avoid GFP_ATOMIC
allocations sometimes.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found