]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/irq_poll.c
irq_poll: make blk-iopoll available outside the block layer
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Nov 2015 13:56:14 +0000 (14:56 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 11 Dec 2015 19:52:24 +0000 (11:52 -0800)
commit511cbce2ff8b9d322077909ee90c5d4b67b29b75
tree27e1f9e09332d204ec1a1a506e674ca80ed9e580
parenta2dbb7b56f2c29fc78b18a3fbe47ad80f6912092
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>
19 files changed:
Documentation/kernel-per-CPU-kthreads.txt
block/Makefile
block/blk-iopoll.c [deleted file]
drivers/scsi/Kconfig
drivers/scsi/be2iscsi/Kconfig
drivers/scsi/be2iscsi/be.h
drivers/scsi/be2iscsi/be_iscsi.c
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/ipr.c
drivers/scsi/ipr.h
include/linux/blk-iopoll.h [deleted file]
include/linux/interrupt.h
include/linux/irq_poll.h [new file with mode: 0644]
include/trace/events/irq.h
lib/Kconfig
lib/Makefile
lib/irq_poll.c [new file with mode: 0644]
tools/lib/traceevent/event-parse.c
tools/perf/util/trace-event-parse.c