tcp: Do not check flush when comparing options for GRO
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 26 May 2009 18:50:34 +0000 (18:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 10:26:05 +0000 (03:26 -0700)
commita2a804cddfe65f18f903985e8a8d04c7c9eec354
tree93c81d1a672b52ff8ec38fefa227ab894b37ec62
parent9aaa156cf9b7e9d9ed899f254283b91c4e3c36c8
tcp: Do not check flush when comparing options for GRO

There is no need to repeatedly check flush when comparing TCP
options for GRO as it will be false 99% of the time where it
matters.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c