From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 7 Jun 2018 13:57:03 +0200 Subject: [PATCH 04/10] nvme: remove nvme_req_needs_failover In-Reply-To: <20180607100111.1f440657@pentland.suse.de> References: <20180606143311.23076-1-hch@lst.de> <20180606143311.23076-5-hch@lst.de> <20180607100111.1f440657@pentland.suse.de> Message-ID: <20180607115703.GA11716@lst.de> On Thu, Jun 07, 2018@10:01:11AM +0200, Hannes Reinecke wrote: > On Wed, 6 Jun 2018 16:33:05 +0200 > Christoph Hellwig wrote: > > > Now that we just call out to blk_path_error there isn't really any > > good reason to not merge it into the only caller. > > > > Signed-off-by: Christoph Hellwig > > --- > > drivers/nvme/host/core.c | 3 ++- > > drivers/nvme/host/multipath.c | 7 ------- > > drivers/nvme/host/nvme.h | 6 ------ > > 3 files changed, 2 insertions(+), 14 deletions(-) > > > Hmm. Have to redo my testing, then; this was one area which turned out > to be quite tricky. But anyway: This patch does not change the logic at all, it just removes an inline function that is no needed anymore.