Re: [PATCH net-next] net: dsa: kill circular reference with slave priv

2016-04-19 Thread David Miller
From: Vivien Didelot Date: Mon, 18 Apr 2016 16:10:24 -0400 > The dsa_slave_priv structure does not need a pointer to its net_device. > Kill it. > > Signed-off-by: Vivien Didelot Applied.

Re: [PATCH net-next] net: dsa: kill circular reference with slave priv

2016-04-19 Thread David Miller
From: Vivien Didelot Date: Mon, 18 Apr 2016 16:10:24 -0400 > The dsa_slave_priv structure does not need a pointer to its net_device. > Kill it. > > Signed-off-by: Vivien Didelot Applied.

[PATCH net-next] net: dsa: kill circular reference with slave priv

2016-04-18 Thread Vivien Didelot
The dsa_slave_priv structure does not need a pointer to its net_device. Kill it. Signed-off-by: Vivien Didelot --- net/dsa/dsa_priv.h | 5 - net/dsa/slave.c| 9 - 2 files changed, 4 insertions(+), 10 deletions(-) diff --git

[PATCH net-next] net: dsa: kill circular reference with slave priv

2016-04-18 Thread Vivien Didelot
The dsa_slave_priv structure does not need a pointer to its net_device. Kill it. Signed-off-by: Vivien Didelot --- net/dsa/dsa_priv.h | 5 - net/dsa/slave.c| 9 - 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index