irq_poll: make blk-iopoll available outside the block layer
The new name is irq_poll as iopoll is already taken. Better suggestions welcome. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -3746,7 +3746,7 @@ static const struct flag flags[] = {
|
||||
{ "NET_TX_SOFTIRQ", 2 },
|
||||
{ "NET_RX_SOFTIRQ", 3 },
|
||||
{ "BLOCK_SOFTIRQ", 4 },
|
||||
{ "BLOCK_IOPOLL_SOFTIRQ", 5 },
|
||||
{ "IRQ_POLL_SOFTIRQ", 5 },
|
||||
{ "TASKLET_SOFTIRQ", 6 },
|
||||
{ "SCHED_SOFTIRQ", 7 },
|
||||
{ "HRTIMER_SOFTIRQ", 8 },
|
||||
|
Reference in New Issue
Block a user