]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Increase the number of iput taskq threads
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 18 Jun 2015 16:17:42 +0000 (09:17 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Jun 2015 17:22:10 +0000 (10:22 -0700)
commit4c6a70091030847ca5d6933916255194483ce91f
tree085dda168802674c75552f37a5dd239febf9b10f
parent57ae840077e6c061bc57fb4860491f50b604d360
Increase the number of iput taskq threads

The number of threads in the iput taskq has been increased to speed
up the number of iputs which can be handled.  This has been observed
to improve the  meta data reclaim regardless of zfs_sb_prune()
implementation in use.

The taskq has also been renamed z_iput to for consistency with the
rest of the I/O pipeline taskqs which are all named z_*.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
module/zfs/dsl_pool.c