]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/spa_misc.c
Change KM_SLEEP to TQ_SLEEP in spa_deadman()
authorTim Chase <tim@chase2k.com>
Mon, 7 Mar 2016 13:35:29 +0000 (07:35 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Mar 2016 18:41:31 +0000 (10:41 -0800)
commitf764edf01634444e1615a0350834ffe568f7f82f
tree3cbc7d4702709bfbf2f65bab82e469a00ddced80
parent95003f709859fd104aad258e56bcc4dc5c8cfcf0
Change KM_SLEEP to TQ_SLEEP in spa_deadman()

Since they both evaluate to zero, this is a semi-cosmetic change
but the latter is the proper value to use as an argument to
taskq_dispatch_delay().

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