projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bbc70
)
net: ipv6: remove 'next' member from inet6_dev
author
Daniel Borkmann
<dborkman@redhat.com>
Mon, 20 May 2013 04:53:38 +0000
(
04:53
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 20 May 2013 20:49:48 +0000
(13:49 -0700)
The next pointer within the inet6_dev structure seems not to be used
anywhere. So just remove it. Tested with allmodconfig on x86_64.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/if_inet6.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/if_inet6.h
b/include/net/if_inet6.h
index 0727d0e4af3b867129d49f4a183847b177964e05..e07feb456d19507e94a74921c69287e877214ab3 100644
(file)
--- a/
include/net/if_inet6.h
+++ b/
include/net/if_inet6.h
@@
-193,7
+193,6
@@
struct inet6_dev {
struct in6_addr token;
struct neigh_parms *nd_parms;
- struct inet6_dev *next;
struct ipv6_devconf cnf;
struct ipv6_devstat stats;
unsigned long tstamp; /* ipv6InterfaceTable update timestamp */