]> git.baikalelectronics.ru Git - kernel.git/commit
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 13 Jun 2016 20:44:17 +0000 (13:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 19:34:34 +0000 (12:34 -0700)
commitbb16064ac237a3e5825a7a3aa5337f10319e635f
tree683e68b3c247def41683ba98ff798367a8b2a1bf
parentf26534beb8965b178e56a28c4b077429f8383935
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst

Allow drivers to pass flow arg to functions where the arg is not const
and allow the driver to make updates as needed (eg., setting oif).

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
include/net/l3mdev.h
net/l3mdev/l3mdev.c