mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-21 18:26:47 +03:00
config: remove HAVE_SET_SPECIAL_STATE
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #16479
This commit is contained in:
@@ -180,7 +180,7 @@ issig(void)
|
||||
kernel_signal_stop();
|
||||
#else
|
||||
if (current->jobctl & JOBCTL_STOP_DEQUEUED)
|
||||
spl_set_special_state(TASK_STOPPED);
|
||||
set_special_state(TASK_STOPPED);
|
||||
|
||||
spin_unlock_irq(¤t->sighand->siglock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user