]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
team: remove unused rcu_head field from team_port struct
authorJiri Pirko <jpirko@redhat.com>
Tue, 26 Jun 2012 06:52:47 +0000 (06:52 +0000)
committerDavid 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

index e636a54e7a71adc2ef9a11a8321e109c23efa998..99efd60fa8c9f9b92e7776af07ac368a7e8ec56d 100644 (file)
@@ -60,7 +60,6 @@ struct team_port {
                unsigned int mtu;
        } orig;
 
-       struct rcu_head rcu;
        long mode_priv[0];
 };