Skip to content

Commit

Permalink
team: remove unused rcu_head field from team_port struct
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jun 27, 2012
1 parent 52a4fd7 commit 4a9fbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/if_team.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct team_port {
unsigned int mtu;
} orig;

struct rcu_head rcu;
long mode_priv[0];
};

Expand Down

0 comments on commit 4a9fbcc

Please sign in to comment.