Re: [Xen-devel] [PATCH] drivers: net: xen-netfront: remove unused arrays

2014-04-16 Thread Ian Campbell
On Tue, 2014-04-15 at 18:54 +0100, David Vrabel wrote: > On 15/04/14 18:39, Vincenzo Maffione wrote: > > This patch removes some unused arrays from the netfront > > private data structure. > > Also removes an unused address variable. > > > > Signed-off-by: Vincenzo Maffione > > Huh. I wonder wha

Re: [PATCH] drivers: net: xen-netfront: remove unused arrays

2014-04-15 Thread Vincenzo Maffione
2014-04-15 19:54 GMT+02:00 David Vrabel : > On 15/04/14 18:39, Vincenzo Maffione wrote: >> This patch removes some unused arrays from the netfront >> private data structure. >> Also removes an unused address variable. >> >> Signed-off-by: Vincenzo Maffione > > Huh. I wonder what they were for. > >

Re: [PATCH] drivers: net: xen-netfront: remove unused arrays

2014-04-15 Thread David Vrabel
On 15/04/14 18:39, Vincenzo Maffione wrote: > This patch removes some unused arrays from the netfront > private data structure. > Also removes an unused address variable. > > Signed-off-by: Vincenzo Maffione Huh. I wonder what they were for. Acked-by: David Vrabel For net related patches plea

[PATCH] drivers: net: xen-netfront: remove unused arrays

2014-04-15 Thread Vincenzo Maffione
This patch removes some unused arrays from the netfront private data structure. Also removes an unused address variable. Signed-off-by: Vincenzo Maffione --- Hello, I don't see the point in having those unused arrays in the private structure. Sorry if I'm missing something. Cheers, Vincenzo