commit | 2ee177e945e000a40b520ea667fd4fbe7a61634e | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Thu Dec 31 09:56:03 2015 +0100 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jan 19 15:26:55 2016 -0500 |
tree | 45b22ef706e4de4efaad4de568d623f4cf6be25a | |
parent | 9506902b7be2d8ccc235c14ccaec7f07b2c7d520 [diff] |
irq_poll: Fix irq_poll_sched() The IRQ_POLL_F_SCHED bit is set as long as polling is ongoing. This means that irq_poll_sched() must proceed if this bit has not yet been set. Fixes: commit ea51190c0315 ("irq_poll: fold irq_poll_sched_prep into irq_poll_sched"). Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>