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:
fc184f0
)
vxlan: remove unused variable.
author
Rami Rosen
<ramirose@gmail.com>
Sat, 17 Nov 2012 04:08:07 +0000
(
04:08
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 18 Nov 2012 03:02:19 +0000
(22:02 -0500)
This patch removes addrexceeded member from vxlan_dev struct as it is unused.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/vxlan.c
b/drivers/net/vxlan.c
index 6898a7932cff9b6ed8aa7cfd578b70192d023177..a14df1ce99ffb7defc3504392a0254d833bf5670 100644
(file)
--- a/
drivers/net/vxlan.c
+++ b/
drivers/net/vxlan.c
@@
-117,7
+117,6
@@
struct vxlan_dev {
spinlock_t hash_lock;
unsigned int addrcnt;
unsigned int addrmax;
- unsigned int addrexceeded;
struct hlist_head fdb_head[FDB_HASH_SIZE];
};