Re: [PATCH v2 7/7] [RFC] nvme: Fix a race condition
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2016-10-05 17:40:24
Also in:
linux-nvme, linux-rdma, linux-scsi
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2016-10-05 17:40:24
Also in:
linux-nvme, linux-rdma, linux-scsi
Avoid that nvme_queue_rq() is still running when nvme_stop_queues() returns. Untested. Signed-off-by: Bart Van Assche <redacted> Cc: Keith Busch <redacted> Cc: Christoph Hellwig <hch@lst.de> Cc: Sagi Grimberg <sagi@grimberg.me>
Bart this looks really good! and possibly fixes an issue I've been chasing with fabrics a while ago. I'll take it for testing but you can add my: Reviewed-by: Sagi Grimberg <sagi@grimberg.me>