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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14B4AC433FE for ; Wed, 17 Nov 2021 17:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0F8661B50 for ; Wed, 17 Nov 2021 17:23:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229585AbhKQR04 (ORCPT ); Wed, 17 Nov 2021 12:26:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239330AbhKQR04 (ORCPT ); Wed, 17 Nov 2021 12:26:56 -0500 Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C273FC061766 for ; Wed, 17 Nov 2021 09:23:57 -0800 (PST) Received: by mail-pl1-x62b.google.com with SMTP id b11so2729074pld.12 for ; Wed, 17 Nov 2021 09:23:57 -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=B1Ni0fagjZGByTTcZKwa1vZXhbm3ZKX3g7qTKHJy/9Y=; b=ugoMYNkhm/G9Ix/5oCvQZm0YAcysEe7w+8Ut7tdQ1MFfrFb++jT//Ye1Xif9z6ocKL upYEOlPYxRg426dSTkVWYqWTkYaINK0U1vjW0pz5KiVAdk24VzI9knnC+oq6VqBtR51R JsxZQwr6hfjAqg3NR5DXPnxzqFiDdVPzmokHwBWYbFcA7C4C1b/5vK2dlQpMEeU3BunN ptnIlMbRnCC/lX9LzDScYnrYijxgLzkCxo7ONiPawkK0khOy+cYFezVV1WUfTrdZx19A ia0nC0GD3aEx0ZtVWJVu5+3TyvxHmXgSem7quozm86z+iCZ04tmZvCRneUg4q76UfdBV iVlw== 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=B1Ni0fagjZGByTTcZKwa1vZXhbm3ZKX3g7qTKHJy/9Y=; b=LAJYyvCtsgi7+x9D0CcfApB+JzAeSKC6uBT10sjOAFzp8liJU7rcVgs4apzJwhq8yg x2BCS0Qs6phshUrpetZxGKHNeodWJfMOKExOPchaQLIHuJbkiIPqp4YO4MRcsLgN0TGR FzlOjKzfx3BGADZYty5wrc+tGT4Y5LEf2h9GqmFVJyEQm4fZv2+8FzCKmVbS1heJHyp4 6NoTQLkQwXQw2PZuJ2LF623WAjwAoW0sbNAFOze+4MK75zpKZHbEBMQyqQm+3JnAfQKy a5yw7KODKJSrfkD3BwCncUbprUzroAjD8eOvy/ojL2F6TXooJHpM+4OPlI0Om+QZ5Fwg GemQ== X-Gm-Message-State: AOAM532J2iO6008UZ9ICNzo45jaUC987rEcLoFto7PX/0qgKl7H9R1Sl 3gl0xvBSfm4AtWL1Zzf06LOSdKVQqx63LX16xE+c/A== X-Google-Smtp-Source: ABdhPJxkIf4IjyDIAL/AOyg+wZo8KXg00Li3POnr9FoL4MtTk7+2uk0M9RLmtvaFQhBaLJ5ZjvKGrbUA1Og0jd55rz0= X-Received: by 2002:a17:902:7fcd:b0:142:8ab3:ec0e with SMTP id t13-20020a1709027fcd00b001428ab3ec0emr56745818plb.4.1637169837229; Wed, 17 Nov 2021 09:23:57 -0800 (PST) MIME-Version: 1.0 References: <20211109083309.584081-1-hch@lst.de> <20211109083309.584081-3-hch@lst.de> In-Reply-To: <20211109083309.584081-3-hch@lst.de> From: Dan Williams Date: Wed, 17 Nov 2021 09:23:44 -0800 Message-ID: Subject: Re: [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX 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: > > The device mapper DAX support is all hanging off a block device and thus > can't be used with device dax. Make it depend on CONFIG_FS_DAX instead > of CONFIG_DAX_DRIVER. This also means that bdev_dax_pgoff only needs to > be built under CONFIG_FS_DAX now. > Applied, fixed the spelling of 'dependent' in the subject and picked up Mike's Ack from the previous send: https://lore.kernel.org/r/YYASBVuorCedsnRL@redhat.com Christoph, any particular reason you did not pick up the tags from the last posting?