Re: [PATCH net-next 1/3] net: Refactor rtable initialization

2015-09-15 Thread David Miller
From: David Ahern Date: Wed, 2 Sep 2015 13:58:34 -0700 > All callers to rt_dst_alloc have nearly the same initialization following > a successful allocation. Consolidate it into rt_dst_alloc. > > Signed-off-by: David Ahern Applied. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH net-next 1/3] net: Refactor rtable initialization

2015-09-02 Thread David Ahern
All callers to rt_dst_alloc have nearly the same initialization following a successful allocation. Consolidate it into rt_dst_alloc. Signed-off-by: David Ahern --- net/ipv4/route.c | 85 ++-- 1 file changed, 33 insertions(+), 52 deletions(-) d

[PATCH net-next 1/3] net: Refactor rtable initialization

2015-09-02 Thread David Ahern
All callers to rt_dst_alloc have nearly the same initialization following a successful allocation. Consolidate it into rt_dst_alloc. Signed-off-by: David Ahern --- net/ipv4/route.c | 85 ++-- 1 file changed, 33 insertions(+), 52 deletions(-) d