[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)
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>

No differences found