]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/spa.c
Shorten zio_* thread names
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 28 Oct 2010 17:36:50 +0000 (10:36 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 8 Nov 2010 22:03:35 +0000 (14:03 -0800)
commit451041db531dfec52c9e70fbd5d4179e30d61e2f
treeabf5c0476d024fd5bb8a677984ffc1dad830e996
parentb1c58213751141f28793e723017d4064893d819a
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.
module/zfs/spa.c
module/zfs/zio.c