Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28386C4332F for ; Tue, 23 Nov 2021 03:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229764AbhKWDyf (ORCPT ); Mon, 22 Nov 2021 22:54:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230514AbhKWDyf (ORCPT ); Mon, 22 Nov 2021 22:54:35 -0500 Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF155C061746 for ; Mon, 22 Nov 2021 19:51:27 -0800 (PST) Received: by mail-pj1-x1033.google.com with SMTP id gb13-20020a17090b060d00b001a674e2c4a8so1719527pjb.4 for ; Mon, 22 Nov 2021 19:51:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=set6lIbZWt1UwkjEncJQUmHWp82483Zo0VHgKUnBt0w=; b=jaUppntJAg9/mAuYY2fdr9gBd/oPSVvQjQU9MV63keKS4G12JP+nEpEbf/XFgQhTnX lYhroHBz4A/n/ueNjXRdi4PGz3IaMMWx7LGsyQ+k3PmsLBwgA59MgQmr1YDS9DWkwjiz h84Lz9nQApqhFCv5vhWhKtFCwv3whkuknXHpmp6xY5puSg20rPurJJzE+22u3JyTEE6e V2urCXYlCDQCwVaaqgneBsM+4H995+ijZVTqf+fHfdEatR6QlNecFf1J/UGHfHqEPUgZ uA/eGzna5QhHm2jHR+WAFoVlyr/aaF9uDy12SjgTOzdukRcbvTwMgK4DzpeCeqXvlNDK as+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=set6lIbZWt1UwkjEncJQUmHWp82483Zo0VHgKUnBt0w=; b=eiiga3IJwMuCuBpm6qvVwx14uNUkjRR9k6+myrN+A2AZLueObtsAKRISjQsUVxvjO6 N5OW0BV6Z7/ZGQzKBgi0VMSn0kexIRzyMW+myvI3sdYgdQuxARmOyJQ0okwe+911ezZJ SqM0ACI9SW9DWgiVj2b/L9WoGh06kgETVkfcRd7y5ac62gRpHELwV81U3xr/SAZRnpv3 8cTWwx9Y4vq4Iu4Ng9JtiPgst6ZnifZS5Sr80tOuKhopL7uvmT7VaGQ4HuMPMep7n7iv UgdtVSEow1t6fpgFNSSmEv9LK1ICKSVzjkODwWk0SlPeaxwEkSNVuGnI9hpGFi9SLtBq V1XQ== X-Gm-Message-State: AOAM533eIG1+Vz5dfwDKD70oeaSXAI1fSwhPK/Wt1Tb/3c+eVXda9ACJ khZUHUK9zdL0fqq7O/AIpQ8H7DqR178ayi14ikCrP4uBeTc= X-Google-Smtp-Source: ABdhPJwgdeM7vJZ2DKKwalEr7KeonINU2K18nZr67CpB7ixzXQKpSb7Eol7dgHhzUPEgLb+CGDYy92xBtwbeaxDZs1M= X-Received: by 2002:a17:902:6acb:b0:142:76c3:d35f with SMTP id i11-20020a1709026acb00b0014276c3d35fmr2967201plt.89.1637639486743; Mon, 22 Nov 2021 19:51:26 -0800 (PST) MIME-Version: 1.0 References: <20211109083309.584081-1-hch@lst.de> <20211109083309.584081-8-hch@lst.de> In-Reply-To: <20211109083309.584081-8-hch@lst.de> From: Dan Williams Date: Mon, 22 Nov 2021 19:51:15 -0800 Message-ID: Subject: Re: [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper To: Christoph Hellwig Cc: Mike Snitzer , Ira Weiny , device-mapper development , linux-xfs , Linux NVDIMM , linux-s390 , linux-fsdevel , linux-erofs@lists.ozlabs.org, linux-ext4 , virtualization@lists.linux-foundation.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Nov 9, 2021 at 12:33 AM Christoph Hellwig wrote: > > Factor out another DAX setup helper to simplify future changes. Also > move the experimental warning after the checks to not clutter the log > too much if the setup failed. > > Signed-off-by: Christoph Hellwig Reviewed-by: Dan Williams