]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/spa.c
Cleanup: Specify unsignedness on things that should not be signed
[mirror_zfs.git] / module / zfs / spa.c
index eeec3b6be9cae465b987832e98dcd4d7d75c8fd9..10efb36f00d84fa1f198c7a6ba06738e28ac2acf 100644 (file)
@@ -2301,7 +2301,7 @@ spa_load_verify_done(zio_t *zio)
  * Maximum number of inflight bytes is the log2 fraction of the arc size.
  * By default, we set it to 1/16th of the arc.
  */
-static int spa_load_verify_shift = 4;
+static uint_t spa_load_verify_shift = 4;
 static int spa_load_verify_metadata = B_TRUE;
 static int spa_load_verify_data = B_TRUE;
 
@@ -9988,7 +9988,7 @@ EXPORT_SYMBOL(spa_prop_clear_bootfs);
 EXPORT_SYMBOL(spa_event_notify);
 
 /* BEGIN CSTYLED */
-ZFS_MODULE_PARAM(zfs_spa, spa_, load_verify_shift, INT, ZMOD_RW,
+ZFS_MODULE_PARAM(zfs_spa, spa_, load_verify_shift, UINT, ZMOD_RW,
        "log2 fraction of arc that can be used by inflight I/Os when "
        "verifying pool during import");
 /* END CSTYLED */