Re: [PATCH net-next v1 1/2] tipc: move netlink policies to netlink.h

2016-01-07 Thread Richard Alpe
On 2016-01-05 22:47, David Miller wrote: > From: Richard Alpe > Date: Tue, 5 Jan 2016 10:56:16 +0100 > >> Make the c files less cluttered and enable netlink attributes to be >> shared between files. This will prove useful in a future patch where a >> node message will contain a nested network. >>

Re: [PATCH net-next v1 1/2] tipc: move netlink policies to netlink.h

2016-01-05 Thread David Miller
From: Richard Alpe Date: Tue, 5 Jan 2016 10:56:16 +0100 > Make the c files less cluttered and enable netlink attributes to be > shared between files. This will prove useful in a future patch where a > node message will contain a nested network. > > Signed-off-by: Richard Alpe > Acked-by: Jon Ma

[PATCH net-next v1 1/2] tipc: move netlink policies to netlink.h

2016-01-05 Thread Richard Alpe
Make the c files less cluttered and enable netlink attributes to be shared between files. This will prove useful in a future patch where a node message will contain a nested network. Signed-off-by: Richard Alpe Acked-by: Jon Maloy --- net/tipc/bearer.c | 19 +--- net/tipc/link.c