[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1340729567-3164-4-git-send-email-jpirko@redhat.com>
Date: Tue, 26 Jun 2012 18:52:47 +0200
From: Jiri Pirko <jpirko@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, eric.dumazet@...il.com, brouer@...hat.com
Subject: [patch net-next 3/3] team: remove unuset rcu_head field from team_port struct
Signed-off-by: Jiri Pirko <jpirko@...hat.com>
---
include/linux/if_team.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/if_team.h b/include/linux/if_team.h
index e636a54..99efd60 100644
--- 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];
};
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists