From: Cong Wang Date: Sat, 21 Sep 2013 03:12:21 +0000 (+0800) Subject: ipv6: do not allow ipv6 module to be removed X-Git-Tag: v3.13-rc1~105^2~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce440610357b77587433d0df647cea69a6890a8;p=pandora-kernel.git ipv6: do not allow ipv6 module to be removed There was some bug report on ipv6 module removal path before. Also, as Stephen pointed out, after vxlan module gets ipv6 support, the ipv6 stub it used is not safe against this module removal either. So, let's just remove inet6_exit() so that ipv6 module will not be able to be unloaded. Cc: Hideaki YOSHIFUJI Cc: Stephen Hemminger Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed