]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: mark the result argument to nvme_complete_async_event volatile
authorChristoph Hellwig <hch@lst.de>
Thu, 17 May 2018 16:31:46 +0000 (18:31 +0200)
committerKeith Busch <keith.busch@intel.com>
Fri, 18 May 2018 20:41:35 +0000 (14:41 -0600)
commitdadbccd5f992729bda3fd6375ce4aafbdf8de68c
tree17a00bdc514fadeac0e0ad98c1abe7a322d080a0
parent3357262961f78289f17b43c53e644b9e0d829c17
nvme: mark the result argument to nvme_complete_async_event volatile

We'll need that in the PCIe driver soon as we'll read it straight off the
CQ.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h