net: Add extack to upper device linking
Add extack arg to netdev_upper_dev_link and netdev_master_upper_dev_link Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
33eaf2a6eb
commit
42ab19ee90
@@ -108,7 +108,8 @@ struct vport *ovs_netdev_link(struct vport *vport, const char *name)
|
||||
|
||||
rtnl_lock();
|
||||
err = netdev_master_upper_dev_link(vport->dev,
|
||||
get_dpdev(vport->dp), NULL, NULL);
|
||||
get_dpdev(vport->dp),
|
||||
NULL, NULL, NULL);
|
||||
if (err)
|
||||
goto error_unlock;
|
||||
|
||||
|
Reference in New Issue
Block a user