mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 11:18:52 +03:00
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
This commit is contained in:
+1
-1
@@ -676,7 +676,7 @@ zfs_zevent_wait(zfs_zevent_t *ze)
|
||||
}
|
||||
|
||||
zevent_waiters++;
|
||||
cv_wait_interruptible(&zevent_cv, &zevent_lock);
|
||||
cv_wait_sig(&zevent_cv, &zevent_lock);
|
||||
if (issig(JUSTLOOKING))
|
||||
error = EINTR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user