commit | 43fcd9e1eae87c3235b8077f97bc6a286c3ae59b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Mar 25 14:19:37 2020 +0100 |
committer | Keith Busch <kbusch@kernel.org> | Thu Mar 26 04:51:56 2020 +0900 |
tree | b656dc21070fc4468bb6a5322a897dd881af06a7 | |
parent | 026d2ef752f47f33efd92244b9cf6be65d2a1621 [diff] |
nvme: cleanup namespace identifier reporting in nvme_init_ns_head Lift the common namespace identifier reporting between the shared namespace and new nshead cases into common code. This also means one less lock is held while doing I/O. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>