On 6/13/19 10:41 PM, Tim Beale wrote: > Originally this was used by the VRF logic in compute_score(), but that > was later replaced by udp_sk_bound_dev_eq() and the parameter became > unused. > > Note this change adds an 'unused variable' compiler warning that will be > removed in the next patch (I've split the removal in two to make review > slightly easier). > > Signed-off-by: Tim Beale <timbe...@catalyst.net.nz> > --- > net/ipv4/udp.c | 10 +++++----- > net/ipv6/udp.c | 13 ++++++------- > 2 files changed, 11 insertions(+), 12 deletions(-) >
Reviewed-by: David Ahern <dsah...@gmail.com>