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 20C4CC7EE29 for ; Wed, 7 Jun 2023 06:50:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238070AbjFGGuI (ORCPT ); Wed, 7 Jun 2023 02:50:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238085AbjFGGt4 (ORCPT ); Wed, 7 Jun 2023 02:49:56 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC1811732; Tue, 6 Jun 2023 23:49:52 -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=YKQqOcnx67PiOh7rsVqz9RQJsOnTN3erymM0veTrubY=; b=Bmsmv+qcXgppQMhQWwF2fqJlRx s7FUws/5TauaBIYdIQBzdFnsZJl7SKK0SnQJMPKHjmzYiS69j759WzjYUw8Jh7SOtWI/Y7L3S38yh +vIdDpTw6Y+auLpXjV3w3nlz/K8ID/9ERJK8BmXy2vj+piUW3Hi44gIyXL50A0/5CcZFF1aVrZ8Ja fkuM/u5v6D4Tqofdc3tuXOLxWnQF0FZqKN+ddJg4B8KwxRh7fi+mrWrTpDaSwrgCZIsjRDNIA+dHn 1K+B2vdTMQ++qTjhKYoyaca6MiBU3kg5GPULgytAh/H7QGC11kIH6FputUe4TUyvu5z+C2JtakxDG iLSUw7iA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q6mzQ-004cXU-03; Wed, 07 Jun 2023 06:49:52 +0000 Date: Tue, 6 Jun 2023 23:49:51 -0700 From: Christoph Hellwig To: "Ritesh Harjani (IBM)" Cc: linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, "Darrick J. Wong" , Matthew Wilcox , Dave Chinner , Brian Foster , Christoph Hellwig , Andreas Gruenbacher , Ojaswin Mujoo , Disha Goel Subject: Re: [PATCHv8 1/5] iomap: Rename iomap_page to iomap_folio and others 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-fsdevel@vger.kernel.org > -static struct iomap_page * > -iomap_page_create(struct inode *inode, struct folio *folio, unsigned int flags) > +static struct iomap_folio *iomap_iof_alloc(struct inode *inode, > + struct folio *folio, unsigned int flags) This is really weird indenttion. Please just use two tabs like the rest of the code.