From mboxrd@z Thu Jan 1 00:00:00 1970 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 8ED79C433FE for ; Mon, 9 May 2022 13:14:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235542AbiEINSq (ORCPT ); Mon, 9 May 2022 09:18:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235529AbiEINSa (ORCPT ); Mon, 9 May 2022 09:18:30 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 888071AEC57 for ; Mon, 9 May 2022 06:14:27 -0700 (PDT) Received: from cwcc.thunk.org (pool-108-7-220-252.bstnma.fios.verizon.net [108.7.220.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 249DEETw026818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 9 May 2022 09:14:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1652102055; bh=M8DNOcqVah81K4yf1lpRIRl9CO8szkGjJJYW02Qkbiw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=N84SRWPNWKT0M3QIKtBXHrgXvF73H7IvjMxgfmJcYqOyTQnItd2Uk0rYLprlEOjDD b3AGHOLXjy99FItgKxx64ucrQjdbvOmsO1eZKgSETjWfGNgDO9xJt4CMTIgErmbwFa /OBgDT2XoCIheQOqip4pwnSV3qs2SGrlL5dhNPDF9pycQa2qJFumqtc0ynRrLqdZPg PlU5xE4htSWU4ZkEutgT+NKcTzAwH/nSBt2UU0MkQ+GLA67aGxXGNdNOLsgD8tVJ31 q+R6X/SkplFw/G7a3Jd7FeeaHXM2NstLkNxp1fAqy+YtwGRSBRVdOejLUHLoYerReL bqXX7Nk9J/ylA== Received: by cwcc.thunk.org (Postfix, from userid 15806) id F3AF515C3F0A; Mon, 9 May 2022 09:14:13 -0400 (EDT) Date: Mon, 9 May 2022 09:14:13 -0400 From: "Theodore Ts'o" To: "Matthew Wilcox (Oracle)" Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 09/26] ext4: Convert to release_folio Message-ID: References: <20220508203247.668791-1-willy@infradead.org> <20220508203247.668791-10-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220508203247.668791-10-willy@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sun, May 08, 2022 at 09:32:30PM +0100, Matthew Wilcox (Oracle) wrote: > The use of folios should be pushed deeper into ext4 from here. > > Signed-off-by: Matthew Wilcox (Oracle) Acked-by: Theodore Ts'o - Ted