commit | 78d0264eb7a938f1eaf59fcb2d3f7da2567369d3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Dec 07 06:38:28 2015 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Fri Dec 11 11:52:25 2015 -0800 |
tree | a6e47a7af610dd802b202b1e03b89d69f61a6fc1 | |
parent | 511cbce2ff8b9d322077909ee90c5d4b67b29b75 [diff] |
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>