]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zio.c
Shorten zio_* thread names
[mirror_zfs.git] / module / zfs / zio.c
index 9f34a23385f9f7bae43e05e04560a8e01b410f7a..3c256aa95fe5c4b6ce0bcaa8ec3eaaa3f94c55f2 100644 (file)
@@ -61,8 +61,7 @@ uint8_t zio_priority_table[ZIO_PRIORITY_TABLE_SIZE] = {
  * ==========================================================================
  */
 char *zio_type_name[ZIO_TYPES] = {
-       "zio_null", "zio_read", "zio_write", "zio_free", "zio_claim",
-       "zio_ioctl"
+       "z_null", "z_rd", "z_wr", "z_fr", "z_cl", "z_ioctl"
 };
 
 /*