[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 20 Oct 2006 07:22:25 +0000 (00:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Oct 2006 07:22:25 +0000 (00:22 -0700)
commit06ca719faddaf5ea46c6356b12847663c3ed8806
tree9be8c2d34fb8e7616ab2c555844ae0402e223359
parent82fac0542e11c0d3316cc8fdafd2a990d2aab692
[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()

I believe this NET_INC_STATS() call can be replaced by
NET_INC_STATS_BH(), a little bit cheaper.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c