]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
driver: macvtap: Unregister netdev rx_handler if macvtap_newlink fails
authorGao Feng <fgao@ikuai8.com>
Fri, 25 Nov 2016 02:05:06 +0000 (10:05 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Nov 2016 01:04:28 +0000 (20:04 -0500)
The macvtap_newlink registers the netdev rx_handler firstly, but it
does not unregister the handler if macvlan_common_newlink failed.

Signed-off-by: Gao Feng <fgao@ikuai8.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found