Selaa lähdekoodia

team: remove unused rcu_head field from team_port struct

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jiri Pirko 13 vuotta sitten
vanhempi
commit
4a9fbcc6d6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      include/linux/if_team.h

+ 0 - 1
include/linux/if_team.h

@@ -60,7 +60,6 @@ struct team_port {
 		unsigned int mtu;
 	} orig;
 
-	struct rcu_head rcu;
 	long mode_priv[0];
 };