commit | cdbff4f26bd9fab11bfac22097f836892a5c3612 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Aug 16 16:14:47 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Tue Aug 29 10:22:39 2017 +0200 |
tree | e61bbd488fba6eff4e55e3b26b1a8d3f45ed4e83 | |
parent | 57eeaf8ec67d5c5dee0ee9bb5b19866b8eef780d [diff] |
nvme: remove nvme_revalidate_ns The function is used in two places, and the shared code for those will diverge later in this series. Instead factor out a new helper to get the ids for a namespace, simplify the calling conventions for nvme_identify_ns and just open code the sequence. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>