summaryrefslogtreecommitdiff
path: root/net/dccp/input.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-04-28 02:44:28 +0300
committerDavid S. Miller <davem@davemloft.net>2016-04-28 05:48:22 +0300
commitaa62d76b6e1a7c927a9e0ca39de8a93b751f3b8c (patch)
tree683007ec79d51c549ce0bfcd73df89e4a6bf2ff5 /net/dccp/input.c
parent6aef70a851ac77967992340faaff33f44598f60a (diff)
downloadlinux-aa62d76b6e1a7c927a9e0ca39de8a93b751f3b8c.tar.xz
dccp: rename DCCP_INC_STATS_BH()
Rename DCCP_INC_STATS_BH() to __DCCP_INC_STATS() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/input.c')
-rw-r--r--net/dccp/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/input.c b/net/dccp/input.c
index 3bd14e885396..2437ecc13b82 100644
--- a/net/dccp/input.c
+++ b/net/dccp/input.c
@@ -359,7 +359,7 @@ send_sync:
goto discard;
}
- DCCP_INC_STATS_BH(DCCP_MIB_INERRS);
+ __DCCP_INC_STATS(DCCP_MIB_INERRS);
discard:
__kfree_skb(skb);
return 0;