mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-19 05:23:58 +00:00
Force dev_alloc_name() to be called from register_netdevice() by
dev_get_valid_name(). That allows to remove multiple explicit
dev_alloc_name() calls.
The possibility to call dev_alloc_name in advance remains.
This also fixes veth creation regresion caused by
|
||
|---|---|---|
| .. | ||
| fakehard.c | ||
| Kconfig | ||
| Makefile | ||