From: Stephen Hemminger Date: Mon, 17 Jun 2013 21:16:09 +0000 (-0700) Subject: vxlan: fix out of order operation on module removal X-Git-Tag: v3.11-rc1~64^2~62^2~1^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7153984074e51a50dad905871b705e0d67aa147;p=pandora-kernel.git vxlan: fix out of order operation on module removal If vxlan is removed with active vxlan's it would crash because rtnl_link_unregister (which calls vxlan_dellink), was invoked before unregister_pernet_device (which calls vxlan_stop). Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed