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:
parent
a2dbb7b56f
commit
511cbce2ff
18 changed files with 143 additions and 138 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue