We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc44c4 commit fb2c2cdCopy full SHA for fb2c2cd
include/sys/spa.h
@@ -1214,7 +1214,7 @@ extern void vdev_mirror_stat_fini(void);
1214
/* Initialization and termination */
1215
extern void spa_init(spa_mode_t mode);
1216
extern void spa_fini(void);
1217
-extern void spa_boot_init(void);
+extern void spa_boot_init(void *);
1218
1219
/* properties */
1220
extern int spa_prop_set(spa_t *spa, nvlist_t *nvp);
module/zfs/spa_misc.c
@@ -2549,7 +2549,7 @@ spa_name_compare(const void *a1, const void *a2)
2549
}
2550
2551
void
2552
-spa_boot_init(void)
+spa_boot_init(void *dummy __unused)
2553
{
2554
spa_config_load();
2555
0 commit comments