From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6AF031104; Wed, 29 Nov 2023 04:51:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="h9Q2u2FT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B1A1C433C7; Wed, 29 Nov 2023 04:51:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701233470; bh=LjCh7gGBt9JjgxBK17JxGFEQRIX3TuII2+v/BsvnbJs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h9Q2u2FTdq4eiJ74Hz2n3FRTB8QMRJ/EJ8YNXN1fGYznCqWWT/nuVaX561HZ0ROHJ 86fwRkYZ6+T2RfwF0VUKbykCrLNG3O1ewF9zlABxrCg8Oq4iljAlNV5s76LuGbEwyT 9HNWZ+p3TalIClQ+6GzmmOuIiVKHCdKtc4B6FKtRppH31D9Jzc4T+krF/4gqnKzqEV +Vtj9fW4DbwTkkF6Tk/y6TiFPC/WLuEUs7TAm1TztoA7YOyLsRerwljhRxtFDlKx2Q 7HcbANDDVnWwwxgRBT57HPAWKNijzs/e5F2DRk5Cj7Y6uokiI59948TaKIk8w4fOPl 6AyiLziE0sROA== Date: Tue, 28 Nov 2023 20:51:09 -0800 From: "Darrick J. Wong" To: Christoph Hellwig Cc: Ritesh Harjani , Christian Brauner , Chandan Babu R , Zhang Yi , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 07/13] iomap: clean up the iomap_new_ioend calling convention Message-ID: <20231129045109.GM4167244@frogsfrogsfrogs> References: <20231126124720.1249310-8-hch@lst.de> <87ttp7r68u.fsf@doe.com> <20231127081343.GA30160@lst.de> 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: <20231127081343.GA30160@lst.de> On Mon, Nov 27, 2023 at 09:13:43AM +0100, Christoph Hellwig wrote: > On Mon, Nov 27, 2023 at 01:13:29PM +0530, Ritesh Harjani wrote: > > Christoph Hellwig writes: > > > > > Switch to the same argument order as iomap_writepage_map and remove the > > > ifs argument that can be trivially recalculated. > > > > > > Signed-off-by: Christoph Hellwig > > > --- > > > fs/iomap/buffered-io.c | 11 +++++------ > > > 1 file changed, 5 insertions(+), 6 deletions(-) > > > > Straight forward change. Looks good to me. Please feel free to add - > > Also the subject should be changed now that I'm reading your reply. > I dropped the rename of this function that I had in earlier versions. With that fixed, Reviewed-by: Darrick J. Wong --D