Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a33dac26 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: use interrupts disabled version of raise_softirq_irqoff()



We already have interrupts disabled at that point, so use the
__raise_softirq_irqoff() variant.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent fca51d64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static int __cpuinit blk_iopoll_cpu_notify(struct notifier_block *self,
		local_irq_disable();
		list_splice_init(&per_cpu(blk_cpu_iopoll, cpu),
				 &__get_cpu_var(blk_cpu_iopoll));
		raise_softirq_irqoff(BLOCK_IOPOLL_SOFTIRQ);
		__raise_softirq_irqoff(BLOCK_IOPOLL_SOFTIRQ);
		local_irq_enable();
	}