]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitc4ead4c595cd54cf7b1a184d4f888ce0d7cce7d4
treea78a70904126106d61d9b16c3179c8cafb16df99
parent9618e2ffd78aaa43a5815e1dd456b4dd95f9e53b
tcp: tso_fragment() might avoid GFP_ATOMIC

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>
net/ipv4/tcp_output.c