On 12/5/18 3:51 AM, Petr Machata wrote:
> In order to propagate extack through NETDEV_PRE_UP, add a new function
> call_netdevice_notifiers_extack() that primes the extack field of the
> notifier info. Convert call_netdevice_notifiers() to a simple wrapper
> around the new function that passes NULL
In order to propagate extack through NETDEV_PRE_UP, add a new function
call_netdevice_notifiers_extack() that primes the extack field of the
notifier info. Convert call_netdevice_notifiers() to a simple wrapper
around the new function that passes NULL for extack.
Signed-off-by: Petr Machata
Acked