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 CCD6BC433EF for ; Tue, 3 May 2022 14:37:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237151AbiECOlL (ORCPT ); Tue, 3 May 2022 10:41:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236366AbiECOlK (ORCPT ); Tue, 3 May 2022 10:41:10 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5020C3467F for ; Tue, 3 May 2022 07:37:38 -0700 (PDT) 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=1umyAol6qJ52sj688B0QitsfoTQEqbkW4R/EnVJiSfk=; b=Wx8cIeaWZgJR78ZLfbIx6TJz6R +BDVREPIFBS/rH5G1PssJdoDNsZG7qQKI65X4KPEYsQ/Bx3p16HvkrMg0k1C1SOwPJZE4SnzBafIG eXWelNOSk0dwWigjCBLtiE4cTUsQMrTmG+1Rkpjl9DtHPAEHHT/8zCIlhWb8SvDer9gmEaevcJSlZ dDbppPpvGSIit1L9vRwj0nT9Qqz9dXJ/A8YFWlSWe9GpiK1bg4yyqft1up0SgIzaI5gZ1dC6b6BCj 853jBF42f5008MhvU27igqGVDdO1CqvJTMrtujDy4WVOQTqfagq8H6Xsmc88abi/fsT7+IIzhOi1q pvPDU5Rg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nltek-006Ig1-0C; Tue, 03 May 2022 14:37:38 +0000 Date: Tue, 3 May 2022 07:37:37 -0700 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 23/69] f2fs: Call aops write_begin() and write_end() directly Message-ID: References: <20220429172556.3011843-1-willy@infradead.org> <20220429172556.3011843-24-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220429172556.3011843-24-willy@infradead.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Reviewed-by: Christoph Hellwig