From: Stephen Hemminger Date: Mon, 17 Jun 2013 21:16:11 +0000 (-0700) Subject: vxlan: move cleanup to uninit X-Git-Tag: v3.11-rc1~64^2~62^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf4063e869d959daf75efb4ef1c7bc80dcd4800;p=pandora-kernel.git vxlan: move cleanup to uninit Put destruction of per-cpu statistics removal in ndo_uninit since it is created by ndo_init. This also avoids any problems that might be cause by destructor being called after module removed. Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed