HomeFreeBSD

Change KM_SLEEP to TQ_SLEEP in spa_deadman()

Description

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

Details

Provenance
Tim Chase <tim@chase2k.com>Authored on Mar 7 2016, 1:35 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Mar 9 2016, 6:41 PM
Parents
rG95003f709859: Updated paths to scan when importing zpool(s)
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGf764edf01634: Change KM_SLEEP to TQ_SLEEP in spa_deadman() (authored by Tim Chase <tim@chase2k.com>).Mar 9 2016, 6:41 PM