Re: [PATCH 1/2] net: ipv4: Simplify rt_fill_info

2017-01-06 Thread David Miller
From: David Ahern Date: Thu, 5 Jan 2017 19:32:46 -0800 > rt_fill_info has only 1 caller and both of the last 2 args -- nowait > and flags -- are hardcoded to 0. Given that remove them as input arguments > and simplify rt_fill_info accordingly. > > Signed-off-by: David

Re: [PATCH 1/2] net: ipv4: Simplify rt_fill_info

2017-01-05 Thread David Ahern
On 1/5/17 8:32 PM, David Ahern wrote: > rt_fill_info has only 1 caller and both of the last 2 args -- nowait > and flags -- are hardcoded to 0. Given that remove them as input arguments > and simplify rt_fill_info accordingly. > > Signed-off-by: David Ahern > --- >

[PATCH 1/2] net: ipv4: Simplify rt_fill_info

2017-01-05 Thread David Ahern
rt_fill_info has only 1 caller and both of the last 2 args -- nowait and flags -- are hardcoded to 0. Given that remove them as input arguments and simplify rt_fill_info accordingly. Signed-off-by: David Ahern --- net/ipv4/route.c | 20 +++- 1 file