]> git.proxmox.com Git - mirror_zfs.git/commit - include/sys/zfs_context.h
Rename cv_wait_interruptible() to cv_wait_sig()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Jun 2015 17:47:19 +0000 (10:47 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Jun 2015 17:50:47 +0000 (10:50 -0700)
commitb64ccd6c52cfb34d7b92715baef5ebd9305de6d1
tree53e9b9805dba7496214ef20acca5736b2952cdef
parent06358ea16e2ff256acc6376c71539f7211851404
Rename cv_wait_interruptible() to cv_wait_sig()

This is the counterpart to zfsonlinux/spl@2345368 which replaces the
cv_wait_interruptible() function with cv_wait_sig().  There is no
functional change to patch merely brings the function names in to
sync to maximize portability.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3450
Issue #3402
include/sys/zfs_context.h
module/zfs/arc.c
module/zfs/fm.c
module/zfs/txg.c