Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp8940284ybi; Tue, 23 Jul 2019 18:30:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqzmW683I6MYNjVreiteuYTapox62Ykfsok+vF52+6mNuazhz2ISbLon8wHk5vY+37KE1ITX X-Received: by 2002:a17:90a:d343:: with SMTP id i3mr88535186pjx.15.1563931858553; Tue, 23 Jul 2019 18:30:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563931858; cv=none; d=google.com; s=arc-20160816; b=tYKTFjhfFxDTbHvnLgVL1PcBXPUjKf+wOCFkb3JG65wRpaQYXa4mtHTNnm7VUqBd4o sDUoS/uslEJsmKKDFyrCmkT3YKjdYsggvFO1oysqv8Ph1ldpLY06vHTeG8OGfiulsD4r wUXOmpjain8vqG50nmv8Tfoo2492+hAcKohQpl+15YJACBTENe+gE7G5EhVisE9/qa7y vg96PC1oNrgkVJFyTVbZ/pC/yftEST2rfvyCZkUVv+ZhYzSUIb2h2F/Sy7W4NDrKef6O Av3SJwZPMqCwNkk/KiBK67G9qffNkMbJat6jztr32BIvIPDjLSX1b6DnPxSKNNB0VspX Xeig== 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; bh=xyJTWU9b5fco4qOLbXrIOwiVKVypfmh+8Us16UT6fWI=; b=QyLzL8HjDk+LMtFh5AAiKZmwv18miGoL1QvuJ3bXgKUiUFno36ZuGkssMubC1otuLY r8y+RWTmCv2ZIi6zk2YVsAceLLDOocBw5lMqDt8KfkDntu83oh3LtDB3pder0R5HsxXT u4xhrQAyJCbdTLzfriiMcWPY833BIdV8Wwzj8lD3zTM4NPXlwOnv4YOKPchTFrQe/BVI ZVqPDylMTW2Yzme6Y1YN5Im5BYdGkaEId4WAjBrlSvAwu+LYpcN2IrZDhUWZseffV3We xKIh9seBBl5Crzr6RD+CEsZbqLkiYRDWJYFWvAm2EcUmSYM+2XSLSbHzslu28WtyPN7j h3Sg== 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 15si6999489pga.575.2019.07.23.18.30.43; Tue, 23 Jul 2019 18:30:58 -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 S2388113AbfGWQXm (ORCPT + 99 others); Tue, 23 Jul 2019 12:23:42 -0400 Received: from verein.lst.de ([213.95.11.211]:43111 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727195AbfGWQXl (ORCPT ); Tue, 23 Jul 2019 12:23:41 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id DA76168B02; Tue, 23 Jul 2019 18:23:38 +0200 (CEST) Date: Tue, 23 Jul 2019 18:23:38 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Christoph Hellwig , =?iso-8859-1?B?Suly9G1l?= Glisse , Ben Skeggs , Ralph Campbell , "linux-mm@kvack.org" , "nouveau@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 3/6] nouveau: remove the block parameter to nouveau_range_fault Message-ID: <20190723162338.GC1655@lst.de> References: <20190722094426.18563-1-hch@lst.de> <20190722094426.18563-4-hch@lst.de> <20190723145620.GK15331@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190723145620.GK15331@mellanox.com> 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 Tue, Jul 23, 2019 at 02:56:24PM +0000, Jason Gunthorpe wrote: > On Mon, Jul 22, 2019 at 11:44:23AM +0200, Christoph Hellwig wrote: > > The parameter is always false, so remove it as well as the -EAGAIN > > handling that can only happen for the non-blocking case. > > ? Did the EAGAIN handling get removed in this patch? No. The next revision will remove it.