On Tue, 6 Apr 2021 23:40:51 -0700 Andrei Vagin wrote:
> Here is only one place where we want to specify new_ifindex. In all
> other cases, callers pass 0 as new_ifindex. It looks reasonable to add a
> low-level function with new_ifindex and to convert
> dev_change_net_namespace to a static inline wrapper.
>
> Fixes: eeb85a14ee34 ("net: Allow to specify ifindex when device is moved to
> another namespace")
> Suggested-by: Jakub Kicinski <[email protected]>
> Signed-off-by: Andrei Vagin <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Thanks!