]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b27aff7bf42a6e97c61480386b0f21613c82b59
treea6e47a7af610dd802b202b1e03b89d69f61a6fc1
parent4ab062c8938074388ace099b00959465dcfce425
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