From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 0216118E364; Mon, 4 Nov 2024 08:55:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730710531; cv=none; b=IbcdkGbkBrwuqQlCRKrBOojA34Hf8X9W4w53V1lO2G2DIHxx0yZ3NFWsgkQ9ilniEFl15QbiqOa3JCT6I8vh2NPW3wrUJmew6NJIOqZFvHTp/y6EEx/0NBBWqWgtQjwAveglrm5htBsW/Cd88fQNo1JzY19hdb0WWuZKp3LzXbE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730710531; c=relaxed/simple; bh=XJMROuE4JjYsw4wo8HK5SvAvW9x90cNUd3R+iiehUbQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=skvL/Dmh+mJc3FCG8aIY6RbS2SoBiRBoxWC56yuEviGWxvd0v0XsUu5mYBp11HUKvJSUki/vAhzI8cQT+ghelZ06botTFdmeBHfYJrq1wNvcDuJzTSmPgAAjerjr3+henSH/v9KQu8S/vpUgkTjPZWOHzH5U0gslBm6BeDSxmPA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 95EF3227AAD; Mon, 4 Nov 2024 09:55:21 +0100 (CET) Date: Mon, 4 Nov 2024 09:55:21 +0100 From: Christoph Hellwig To: Bart Van Assche Cc: Leon Romanovsky , Jens Axboe , Jason Gunthorpe , Robin Murphy , Joerg Roedel , Will Deacon , Christoph Hellwig , Sagi Grimberg , Keith Busch , Bjorn Helgaas , Logan Gunthorpe , Yishai Hadas , Shameer Kolothum , Kevin Tian , Alex Williamson , Marek Szyprowski , =?iso-8859-1?B?Suly9G1l?= Glisse , Andrew Morton , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-rdma@vger.kernel.org, iommu@lists.linux.dev, linux-nvme@lists.infradead.org, linux-pci@vger.kernel.org, kvm@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC PATCH 1/7] block: share more code for bio addition helpers Message-ID: <20241104085521.GA24211@lst.de> References: <4c7e679a-d3e6-4426-a679-ee581b5c728c@acm.org> Precedence: bulk X-Mailing-List: linux-pci@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: <4c7e679a-d3e6-4426-a679-ee581b5c728c@acm.org> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Oct 31, 2024 at 01:55:11PM -0700, Bart Van Assche wrote: > Does "_int" stand for "_internal"? If so, please consider changing it > into "_impl". I think that will prevent that anyone confuses this suffix > with the "int" data type. _impl is even more unusual than _int, so no.