]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitac442e8dcd4beb418d99a36a77369ec04d491210
tree9be8c2d34fb8e7616ab2c555844ae0402e223359
parent8ba8d1ee0bbaa9b5b27f06e35f136b2d522e0416
[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