]> git.proxmox.com Git - mirror_zfs.git/commit - module/spl/spl-kmem-cache.c
Reduce kmem cache deadlock threshold
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 16 Dec 2014 00:02:48 +0000 (16:02 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 16 Jan 2015 21:55:09 +0000 (13:55 -0800)
commite50e6cc958a85e010d996ca80cf20d48c51103d3
tree74b623e6a03817e9acd915e886d8291e7b275e13
parentb1c3ae48a7d1ec40d86218e60c928f093a898238
Reduce kmem cache deadlock threshold

Reduce the threshold for detecting a kmem cache deadlock by 10x
from HZ to HZ/10.  The reduced value is still several orders of
magnitude large enough to avoid being triggered incorrectly.  By
reducing it we allow the system to resolve the issue more quickly.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/spl/spl-kmem-cache.c