commit | bf392a5dc02a9b796f3da89fc5bb42856aca64cb | [log] [tgz] |
---|---|---|
author | Keith Busch <kbusch@kernel.org> | Mon Mar 02 08:45:04 2020 -0800 |
committer | Keith Busch <kbusch@kernel.org> | Thu Mar 26 04:48:06 2020 +0900 |
tree | 0c7c668453af6e3c2ceda1f49fbff2c8a5298967 | |
parent | e2a366a4b0feaeba8f0bf6091ddd2ac27507a9d3 [diff] |
nvme-pci: Remove tag from process cq The only user for tagged completion was for timeout handling. That user, though, really only cares if the timed out command is completed, which we can safely check within the timeout handler. Remove the tag check to simplify completion handling. Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>