commit | 1392370ee7de8aa3f69936f55bea6bfcc9879c59 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 03 14:29:02 2017 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jan 11 17:20:39 2017 +0100 |
tree | 6682322b106a94ecb30cfdc43876ffbb4dc91073 | |
parent | 6bf6b0aa3da84a3d9126919a94c49c0fb7ee2fb3 [diff] |
nvme-rdma: fix nvme_rdma_queue_is_ready Now that we don't abuse the cmd field in struct request for nvme command passthrough this function needs to be converted to the proper accessor as well. Fixes: d49187e97e ("nvme: introduce struct nvme_request") Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Max Gurtovoy <maxg@mellanox.com>