Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp671972ybl; Fri, 9 Aug 2019 11:53:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqx1Bq0acTqcaq38Ss28Cw7fzdknUBU6RQykaY146t/TEFjT6CjYtzP2jEEC89XWnhwjGo6G X-Received: by 2002:a62:1515:: with SMTP id 21mr6383742pfv.81.1565376816146; Fri, 09 Aug 2019 11:53:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565376816; cv=none; d=google.com; s=arc-20160816; b=S6tWfHNOrBECYa/3H0YCxOm2BnbxPzwAUyrZK4bqG8pblK65hnBGvfxv75BL3aLuu7 WcMceeC81OeE4zRHnjea7Tw6SfLaBYmuMuupW4R+d4o9v8Jg6KmRm6LhxsAUSK1GA5q/ Cd9mZmb//atqMATJkyKd7HBHQICgtulSvSZ0IKtxf+dG/tih28WMtlwe2KISchrRmrjB G3poE5F2BKSeHkzw4+g9wzYHwTdGGUlycgy67gInxqTdRjEo1IVhPG10XgJPp4tO6Q4A eGEFxpx5tL4d+IRHAf+6HJuBuW7Q9OFa0IBBiF2vfVizlHXf1IBGu9qYFUzpL+5uWAsJ /bVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=gvAeREk2N1iS1DhoP00PJZgkZ9dr+66BkiJcpQpr0fc=; b=HIR+D4wObV14ufY90W3oUWzfVuDOaJwlGm5Q+S9NZk7K7Q5I9kt62V8yYsEschS3b8 aYXT5puXrLSstFukw1Jqgavt0a5DeF9/ezeuXPRAf0VdUAKmuSmXTqcMM+cYB/iDfg8Y m1y2fb/Tu1aP+7aS9sRV7mIRZ80v8k1NPOf0+hpPUx/n2cXcc3u1EuadMVj6FliF3TTE DOCCccd7/tvU/YaR/ngW7MZXHYhGRkygZmCXPReqq8RU/5Be0P1rmoqMuo8TVjcx3Wpr blOzfRNQTNKp5gowt/WfXl7E5DpRLsUNvWgLl7XFxwKUUmKdripgNiGSv/t8OM6h6o/F Vxlg== 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 70si6643272ple.282.2019.08.09.11.53.20; Fri, 09 Aug 2019 11:53:36 -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 S2436545AbfHISwg convert rfc822-to-8bit (ORCPT + 99 others); Fri, 9 Aug 2019 14:52:36 -0400 Received: from mail.fireflyinternet.com ([109.228.58.192]:51800 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726168AbfHISwg (ORCPT ); Fri, 9 Aug 2019 14:52:36 -0400 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 17947255-1500050 for multiple; Fri, 09 Aug 2019 19:52:26 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Matthew Auld From: Chris Wilson In-Reply-To: Cc: Intel Graphics Development , Sedat Dilek , Hugh Dickins , kernel list , Sergey Senozhatsky , Matthew Auld , linux-fsdevel@vger.kernel.org, Al Viro References: <20190808172226.18306-1-chris@chris-wilson.co.uk> Message-ID: <156537674371.32306.7527004745489566049@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: [Intel-gfx] [PATCH] drm/i915: Stop reconfiguring our shmemfs mountpoint Date: Fri, 09 Aug 2019 19:52:23 +0100 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Matthew Auld (2019-08-09 19:47:02) > On Thu, 8 Aug 2019 at 18:23, Chris Wilson wrote: > > > > The filesystem reconfigure API is undergoing a transition, breaking our > > current code. As we only set the default options, we can simply remove > > the call to s_op->remount_fs(). In the future, when HW permits, we can > > try re-enabling huge page support, albeit as suggested with new per-file > > controls. > > > > Reported-by: Sergey Senozhatsky > > Reported-by: Sedat Dilek > > Suggested-by: Hugh Dickins > > Signed-off-by: Chris Wilson > > Cc: Matthew Auld > > Cc: Hugh Dickins > > Cc: Al Viro > > Cc: Sergey Senozhatsky > Reviewed-by: Matthew Auld Thanks, picked up with the s/within/within_size/ fix. -Chris