Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp2418745pxb; Tue, 13 Apr 2021 01:07:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxkkUQFy5QwlC0f2XykoS0OIYeTrgH5Z9E6LQY7rzPphorDiKUcdTyBpZFjj/KEcnSO1mUt X-Received: by 2002:a63:ab05:: with SMTP id p5mr31071602pgf.149.1618301226128; Tue, 13 Apr 2021 01:07:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618301226; cv=none; d=google.com; s=arc-20160816; b=I4ppNpY5GcmL8+uZomjdpswd6vf6uDe3b+l84uliZsaL+F4hY6OLmArKdjR5G9Ub/j UeiY4veBF8V5tycs9Cxdbz3VykKufNQxjunP0GTh4VUIs3VC35zfqpzBpkoL48dtIaV/ +rh84SV4xGabSjRnOs+xd3oUasXZylIJDcmndAT5rl63RFgVgfYeFu878Wc/Nprak/yv d+wqNm5izqFfXowsjR/Kx7eTafZygMj2UZG563/pjJXGAZ/tnbrehY5cc8HaGLCWZTdr WArujFkc8C9PWx80Mf7MZmnHJ9pniVEAFpDJ5FXML5S0JI6WYE9fP0nIsks2zlk0gxgG F3rw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=90tT19nwkHdXclpk/3sBc8IHFMI2Y95uF+krASo7e9k=; b=hyZU7KeyiO398YpbB4HJmc/VddjDhY+GIVTFn9UPoAJiH/cU926WF7ZJHRC9+QbPIM HIf2LePjc4+M5Vn8hcyTyO+Bi0xS+1N5QHwUh7BGXjxjc0ifsk9kcSk+lBuJxwcZHhAa b46Ca8YibZyUcjs/22nVRK6zIMNKbgIqtqltfqxLQtoXlSLPIufP2AYhob8DEKZWlJLC W7yub60FiQCCTqErC7VkRJATi8rsPuPCUL45NoRxGUm8pOo66Uyx+1w5Eg9rx7yDHxTo DG4mLuXvUoIdXy96/ApjYbuHaCcWYArkYoW1CgzFESk4udm7vLMYF0j8LUtWwf4KI0fZ S9iw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s15si15016054pgv.523.2021.04.13.01.06.53; Tue, 13 Apr 2021 01:07:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239704AbhDMDer (ORCPT + 99 others); Mon, 12 Apr 2021 23:34:47 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:45805 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S239104AbhDMDeq (ORCPT ); Mon, 12 Apr 2021 23:34:46 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13D3YOnq001454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 12 Apr 2021 23:34:24 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id EFD9715C3B1E; Mon, 12 Apr 2021 23:34:23 -0400 (EDT) Date: Mon, 12 Apr 2021 23:34:23 -0400 From: "Theodore Ts'o" To: Ext4 Developers List Cc: stable@kernel.org Subject: Re: [PATCH] ext4: allow the dax flag to be set and cleared on inline directories Message-ID: References: <20210413033124.2256508-1-tytso@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210413033124.2256508-1-tytso@mit.edu> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Apr 12, 2021 at 11:31:24PM -0400, Theodore Ts'o wrote: > This is needed to allow generic/620 to pass for file systems with the "generic/620" was a typo --- it should have been "generic/607" > inline data_feature enabled, and it allows the use of file systems > where the directories use inline_data, while the files are accessed > via DAX. - Ted