]> git.proxmox.com Git - mirror_zfs.git/commit
Use cv_timedwait_sig_hires in arc_reclaim_thread
authorChunwei Chen <david.chen@osnexus.com>
Wed, 11 May 2016 23:55:48 +0000 (16:55 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 May 2016 21:56:47 +0000 (14:56 -0700)
commita9bb2b682785d48b4bcdaca9d382fc87bbf6e2fb
treeabb618cdfc8511a57008800df59a26fd5613ae15
parentd402c18dd60124525b253b27c5018f54a030928d
Use cv_timedwait_sig_hires in arc_reclaim_thread

The was originally using interruptible cv_timedwait_sig, but was changed
to uninterruptible cv_timedwait_hires in ae6d0c6. Use _sig_hires instead
to allow interruptible sleep.

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4633
Closes #4634
include/sys/zfs_context.h
module/zfs/arc.c