mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 12:12:13 +03:00
Shorten zio_* thread names
Linux kernel thread names are expected to be short. This change shortens the zio thread names to 10 characters leaving a few chracters to append the /<cpuid> to which the thread is bound. For example: z_wr_iss/0.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ typedef struct zio_taskq_info {
|
||||
} zio_taskq_info_t;
|
||||
|
||||
static const char *const zio_taskq_types[ZIO_TASKQ_TYPES] = {
|
||||
"issue", "issue_high", "intr", "intr_high"
|
||||
"iss", "iss_h", "int", "int_h"
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user