projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c2234
)
net: xfrm: kill XFRM_INC_STATS_BH()
author
Eric Dumazet
<edumazet@google.com>
Wed, 27 Apr 2016 23:44:31 +0000
(16:44 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 28 Apr 2016 02:48:23 +0000
(22:48 -0400)
Not used anymore.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/xfrm.h
b/include/net/xfrm.h
index dab9e1b8296371a8188d7eb80a2233df5216bd99..adfebd6f243c14d18b23988aa27c23c2a88f985e 100644
(file)
--- a/
include/net/xfrm.h
+++ b/
include/net/xfrm.h
@@
-45,10
+45,8
@@
#ifdef CONFIG_XFRM_STATISTICS
#define XFRM_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.xfrm_statistics, field)
-#define XFRM_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.xfrm_statistics, field)
#else
#define XFRM_INC_STATS(net, field) ((void)(net))
-#define XFRM_INC_STATS_BH(net, field) ((void)(net))
#endif