commit | fa059b856a593a7bddd4d3779ae8ab1380e05d91 | [log] [tgz] |
---|---|---|
author | Keith Busch <kbusch@kernel.org> | Wed Mar 04 09:17:01 2020 -0800 |
committer | Keith Busch <kbusch@kernel.org> | Thu Mar 26 04:48:06 2020 +0900 |
tree | 8455c407848d9105e57189b84d3d40fbf9f1a63b | |
parent | 324b494c286298d51bc5ed5107644ebe23f9dad6 [diff] |
nvme-pci: Simplify nvme_poll_irqdisable The timeout handler can use the existing nvme_poll() if it needs to check a polled queue, allowing nvme_poll_irqdisable() to handle only irq driven queues for the remaining callers. Signed-off-by: Keith Busch <kbusch@kernel.org>