]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv4: Remove event arg to rt_fill_info
authorDavid Ahern <dsahern@gmail.com>
Thu, 25 May 2017 17:42:35 +0000 (10:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 May 2017 18:12:49 +0000 (14:12 -0400)
commitde599d6ffef2158463d108f45a89d3e36d71919f
tree18e0dda93d21c91703f513c5ba2f922943eee17c
parente9599e15c5ccc1c47c40e54c1a12e06f78592c05
net: ipv4: Remove event arg to rt_fill_info

rt_fill_info has 1 caller with the event set to RTM_NEWROUTE. Given that
remove the arg and use RTM_NEWROUTE directly in rt_fill_info.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c