projects
/
GitHub
/
moto-9609
/
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:
52a4fd7
)
team: remove unused rcu_head field from team_port struct
author
Jiri Pirko
<jpirko@redhat.com>
Tue, 26 Jun 2012 06:52:47 +0000
(06:52 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 27 Jun 2012 04:09:39 +0000
(21:09 -0700)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_team.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/if_team.h
b/include/linux/if_team.h
index e636a54e7a71adc2ef9a11a8321e109c23efa998..99efd60fa8c9f9b92e7776af07ac368a7e8ec56d 100644
(file)
--- a/
include/linux/if_team.h
+++ b/
include/linux/if_team.h
@@
-60,7
+60,6
@@
struct team_port {
unsigned int mtu;
} orig;
- struct rcu_head rcu;
long mode_priv[0];
};