commit | c4ead4c595cd54cf7b1a184d4f888ce0d7cce7d4 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Jun 24 01:00:22 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 28 23:24:31 2010 -0700 |
tree | a78a70904126106d61d9b16c3179c8cafb16df99 | |
parent | 9618e2ffd78aaa43a5815e1dd456b4dd95f9e53b [diff] |
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>