]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/irq_poll.c
irq_poll: don't disable new irq_poll instances
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Dec 2015 14:38:28 +0000 (06:38 -0800)
committerChristoph Hellwig <hch@lst.de>
Fri, 11 Dec 2015 19:52:25 +0000 (11:52 -0800)
commit78d0264eb7a938f1eaf59fcb2d3f7da2567369d3
treea6e47a7af610dd802b202b1e03b89d69f61a6fc1
parent511cbce2ff8b9d322077909ee90c5d4b67b29b75
irq_poll: don't disable new irq_poll instances

There is no good reason to start out disabled - drivers can control if
the poll instance can be scheduled by simply not scheduling it yet.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/ipr.c
lib/irq_poll.c