commit | 3913f4f3a65ca9ed6ba7e4678fff10a6e7b42dbd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 08 16:18:27 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 08 19:15:20 2020 +0200 |
tree | f3b42c248fb23b2a420ad86967750ae701dae31c | |
parent | 359c1f88ab646174bf82d18454c3ee2a38462ac8 [diff] |
nvme: remove ns->disk checks By the time a namespace is added to ctrl->namespaces list and thus can be looked up ns->disk has been assigned, and it it never cleared. Remove all the checks for ns->disk being NULL. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>