commit | 91a509f8b7a8a518723e1755b876b46c537baaef | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Dec 13 09:48:00 2018 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Tue Dec 18 17:50:45 2018 +0100 |
tree | 5fb8f33cb3d4392a83be1531f814559bb2fa5553 | |
parent | ed92ad37e88555864f1f830db4037b9535b3392c [diff] |
nvme-pci: refactor nvme_poll_irqdisable to make sparse happy By duplicating the nvme_process_cq in both branches we keep the sparse lock context checking happy, so do it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>