Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux
[deliverable/linux.git] / kernel / nsproxy.c
index d6a00f3de15d59b3e1bcb8ebcc32373e447df180..9aeab4b98c6431f8b8a17ee97992925d34c3a427 100644 (file)
@@ -271,10 +271,8 @@ out:
        return err;
 }
 
-static int __init nsproxy_cache_init(void)
+int __init nsproxy_cache_init(void)
 {
        nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC);
        return 0;
 }
-
-module_init(nsproxy_cache_init);
This page took 0.025432 seconds and 5 git commands to generate.