]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - module/spl/spl-tsd.c
Prepend spl_ to all init/fini functions
[mirror_spl-debian.git] / module / spl / spl-tsd.c
index 0581e1b2e5fde8eacb7f519959ae4e5296124077..ce5560a1e347c58cf3c0ea6db81e8352745b570b 100644 (file)
@@ -618,7 +618,8 @@ tsd_exit(void)
 }
 EXPORT_SYMBOL(tsd_exit);
 
-int tsd_init(void)
+int
+spl_tsd_init(void)
 {
        SENTRY;
 
@@ -629,7 +630,8 @@ int tsd_init(void)
        SRETURN(0);
 }
 
-void tsd_fini(void)
+void
+spl_tsd_fini(void)
 {
        SENTRY;
        tsd_hash_table_fini(tsd_hash_table);