]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipvlan: ipvlan_set_port_mode(): Add an extack argument
authorPetr Machata <petrm@mellanox.com>
Thu, 6 Dec 2018 17:05:40 +0000 (17:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Dec 2018 21:26:06 +0000 (13:26 -0800)
commit06e446a08a4b9d2ca74f7cbf68e6373cf45ccf61
tree10da227eb443425bd16a25747efa1a39b368b429
parent811e47dc9d577a8a101de6bda945bafd33dd8397
net: ipvlan: ipvlan_set_port_mode(): Add an extack argument

A follow-up patch will extend dev_change_flags() with an extack
argument. Extend ipvlan_set_port_mode() to have that argument available
for the conversion.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_main.c