]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/spa_misc.c
Fix spa_deadman() TQ_SLEEP warning
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 25 Sep 2013 16:29:30 +0000 (09:29 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 25 Sep 2013 22:38:44 +0000 (15:38 -0700)
commitcbfa294de4937ae1af5845e9f765a3dc188cbcef
tree15cad2517a4fc716931481e98527ae3364809b67
parentf9f3f1ef983e987a2e09a49c3684405561fed634
Fix spa_deadman() TQ_SLEEP warning

The spa_deadman() and spa_sync() functions can both be run in the
spa_sync context and therefore should use TQ_PUSHPAGE instead of
TQ_SLEEP.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1734
Closes #1749
module/zfs/spa.c
module/zfs/spa_misc.c