]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/include/sys/spa_impl.h
Add linux kernel module support
[mirror_zfs.git] / module / zfs / include / sys / spa_impl.h
index 8cab66992c488e415e9842c2b0d0d0350edd9743..1c34873b6c6dae2fd3853c0f4aa8d4b30270dfed 100644 (file)
@@ -226,7 +226,7 @@ struct spa {
        refcount_t      spa_refcount;           /* number of opens */
 };
 
-extern const char *spa_config_path;
+extern char *spa_config_path;
 
 #ifdef __cplusplus
 }