From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="4NMJkDES" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84ABAF4 for ; Mon, 20 Nov 2023 20:46:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=hKYiu+FVIhC+U2KFjMkjr9lawiE5R4QF/5KmcU3mE/k=; b=4NMJkDESbgCIs51rhXLGh93ZZ8 ISdJBDzN19V1me+T2Um2CQDkULNX+Z90dtatefJFvInEU+oQNUievUhtLU6AlgXIIu41soOiM3wpE 0zWGF8Vr50z6KEjFtKivcmRugM5prwAR1F0Zfn2EcMnCJsAsfH46kqkSRyO0aT24sDhJWrV4EdJj5 vQdf6iU4dWn1HVELnnMnMjSXQD+n/WD2W4/2HRKTZ3c7fkT5mSlO9LQBgzZbWweKvrQlgiOsVHPbF OF4RchrV2ztKY25PouLGQYvQbVFX2bueEPnwyGpYorGT4Jj0jRKqGAqNiHVx1Ff/BIue5EUfeXMYZ y6sJVosA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r5Ie9-00FcJc-07; Tue, 21 Nov 2023 04:46:01 +0000 Date: Mon, 20 Nov 2023 20:46:01 -0800 From: Christoph Hellwig To: Usama Arif Cc: dan.j.williams@intel.com, vishal.l.verma@intel.com, dave.jiang@intel.com, nvdimm@lists.linux.dev, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Fam Zheng , "liangma@liangbit.com" Subject: Re: Conditions for FOLL_LONGTERM mapping in fsdax Message-ID: References: <172ab047-0dc7-1704-5f30-ec7cd3632e09@bytedance.com> <454dbfa1-2120-1e40-2582-d661203decca@bytedance.com> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html We don't have any way to recall the LONGTERM mappings, so we can't support them on DAX for now.