Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp197849imm; Thu, 26 Jul 2018 01:46:09 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeViMiSdQa0YT4asqLL2mOOD92gkxahfKT7yJyn6UVO+dSF3+T2TJpIiPwvuSutbANWa1u4 X-Received: by 2002:a63:ff4d:: with SMTP id s13-v6mr1096454pgk.150.1532594769592; Thu, 26 Jul 2018 01:46:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532594769; cv=none; d=google.com; s=arc-20160816; b=EAEKepST9SQfCAf8xqesiwdFGkJMRbslqdFr164B8uL+Laf9NW8u9aSBfmCJRmcD2E ysMWo8s3BosWHPf3kBRySU1IW1sMjPLH4CeUTAYPt+0/CbHpH2J2MnQT/LmXGe4EJLBH n5qdSZf+0O1HxybldJHbDaj81CaX6zHYPSJ4X8w3NBkiCy2YwmQ7wIaXYSbSOqA98QNC AFgz/5akw8j7fqeTBSLt3ozTpDrtIulC1osyCYYfZLuz/G/KOq469gfUX+KBW+8323S6 ymXyJ3c8eE5WYucYKNyalXR7mjbcgPde8qXz0B/hCHmBH6x5ByCI6qwDd5EHICn9fpJa kFyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=AY7/bZ1D7whD9xKTbLtJZACkbYgigJ265oXN1UHw9rs=; b=xKcpW3pw/vIRBi78tgY2ezOhgd5rRMDVURAf01W6twHTMjs+ek5+8yp+NumG7NPj7U poGp6E9rnGql5Dj9py/eCt9w08YpNazUup7p3hRB92K2QfMG7qalKl2ZtLfBKIo/vuY0 SQSf3GhixtvxGRDEcowAflewwWRkBKaq9oTfMiVauu/yQsOe9yyzzfbSAvjP0m4siQfr NEaloUqFv9x61rGU7P1FrpvpObdbEVuyx4HAf20ABCz/ZY2hn+gd2HbWrpQSc4zmzqZx r5soYR9jLefU96Z+ix4YG+dtu+fDV2PHEIb+FjPf01cxjakoAqAvtlkBTUc/UPEpY72q qsnA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e39-v6si736274plg.168.2018.07.26.01.45.54; Thu, 26 Jul 2018 01:46:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729075AbeGZKAj (ORCPT + 99 others); Thu, 26 Jul 2018 06:00:39 -0400 Received: from verein.lst.de ([213.95.11.211]:35377 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727847AbeGZKAj (ORCPT ); Thu, 26 Jul 2018 06:00:39 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 62A3068D64; Thu, 26 Jul 2018 10:48:33 +0200 (CEST) Date: Thu, 26 Jul 2018 10:48:33 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Jens Axboe , Doug Ledford , Jason Gunthorpe , Linux-Next Mailing List , Linux Kernel Mailing List , Steve Wise , Christoph Hellwig Subject: Re: linux-next: build failure after merge of the block tree Message-ID: <20180726084833.GA23310@lst.de> References: <20180726145624.13a604ed@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180726145624.13a604ed@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 26, 2018 at 02:56:24PM +1000, Stephen Rothwell wrote: > diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c > index 86121a7a19b2..8c30ac7d8078 100644 > --- a/drivers/nvme/target/rdma.c > +++ b/drivers/nvme/target/rdma.c > @@ -891,7 +891,7 @@ nvmet_rdma_find_get_device(struct rdma_cm_id *cm_id) > > inline_page_count = num_pages(port->inline_data_size); > inline_sge_count = max(cm_id->device->attrs.max_sge_rd, > - cm_id->device->attrs.max_sge) - 1; > + cm_id->device->attrs.max_send_sge) - 1; This should be max_recv_sge.