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 89DA6C77B6E for ; Fri, 14 Apr 2023 05:59:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229965AbjDNF72 (ORCPT ); Fri, 14 Apr 2023 01:59:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229528AbjDNF71 (ORCPT ); Fri, 14 Apr 2023 01:59:27 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BC8A1BC5; Thu, 13 Apr 2023 22:59:25 -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=8QSq2j34Q7yVthaqQ/nZW1vwb5PpDz/V/KWQ3wbcvHw=; b=DWDXdR3MgdC0Th+F9Y1Frmw8MN darbSydcHymgUTCtb1LPFQktYMbihfjHMKqKuP0UxGfMKjlnCCmc6AnVVX1Rr8hz0fNVZqWOUaywC zWMEsf7JBWewr8vX4zJAgkWez9dI2BHYM9vVE4PRBbUU/EVFn112zVtnUfsJuCugvC0UXkpSQ4oHq V5HHesf/c+xQdu4qorkL6QmEmOFESaAS344x2X5VQ2iyzrAgaW3URA7NxD2Hv2mu/K31xBPdIN3C7 XFypE/cf7UA6Do2OdaUsiua76+7wO8rIJX0jFs/6Pf29v3853k69F1Xflp10QNOQ47nmWWEmWQ6Vd N2mOxp1A==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pnCSy-008QAR-1X; Fri, 14 Apr 2023 05:59:24 +0000 Date: Thu, 13 Apr 2023 22:59:24 -0700 From: Christoph Hellwig To: "Ritesh Harjani (IBM)" Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, Jan Kara , Christoph Hellwig , "Darrick J . Wong" , Ojaswin Mujoo , Disha Goel Subject: Re: [RFCv3 02/10] libfs: Add __generic_file_fsync_nolock implementation Message-ID: References: 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 Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Still no fan of the naming and placement here. This is specific to the fs/buffer.c infrastructure.