From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5607846417527959601==" MIME-Version: 1.0 From: Christoph Hellwig To: kbuild-all@lists.01.org Subject: Re: [linux-nvme:nvme-5.9 33/33] drivers/nvme/host/core.c:1434 nvme_update_formats() error: we previously assumed 'ns->disk' could be null (see line 1432) Date: Tue, 07 Jul 2020 16:51:11 +0200 Message-ID: <20200707145111.GA21941@lst.de> In-Reply-To: <20200707134739.GW2549@kadam> List-Id: --===============5607846417527959601== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Dan, As far as I can tell ->disk is never NULL for namespaces that can be found through the namespaces list, so I think the fix is to just remove these checks. Thanks for the headsup. --===============5607846417527959601==--