diff options
author | Christoph Hellwig <hch@lst.de> | 2015-11-10 08:56:14 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-12-11 14:52:24 -0500 |
commit | 511cbce2ff8b9d322077909ee90c5d4b67b29b75 (patch) | |
tree | 27e1f9e09332d204ec1a1a506e674ca80ed9e580 /include/linux/interrupt.h | |
parent | a2dbb7b56f2c29fc78b18a3fbe47ad80f6912092 (diff) |
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>
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index ad16809c8596..7ff98c23199a 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -412,7 +412,7 @@ enum | |||
412 | NET_TX_SOFTIRQ, | 412 | NET_TX_SOFTIRQ, |
413 | NET_RX_SOFTIRQ, | 413 | NET_RX_SOFTIRQ, |
414 | BLOCK_SOFTIRQ, | 414 | BLOCK_SOFTIRQ, |
415 | BLOCK_IOPOLL_SOFTIRQ, | 415 | IRQ_POLL_SOFTIRQ, |
416 | TASKLET_SOFTIRQ, | 416 | TASKLET_SOFTIRQ, |
417 | SCHED_SOFTIRQ, | 417 | SCHED_SOFTIRQ, |
418 | HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the | 418 | HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the |