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 4FD9CC77B7C for ; Sun, 21 May 2023 00:27:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229769AbjEUA1d (ORCPT ); Sat, 20 May 2023 20:27:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229480AbjEUA1c (ORCPT ); Sat, 20 May 2023 20:27:32 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A4BD11F for ; Sat, 20 May 2023 17:27:31 -0700 (PDT) Received: from cwcc.thunk.org (pool-173-48-120-46.bstnma.fios.verizon.net [173.48.120.46]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 34L0QXY5025308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 20 May 2023 20:26:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1684628801; bh=9eqcIzS90vnBQyM2ULk0Xad6DIwhxJd9pXvwxDT5agA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=A7s9yjjs1TBgqn+gjf9Hj7xacMo4w4aYV4pZ4boAwBJMKMvQWe+RMxIaZ5voydTo9 fzuTP9lDyOjxHdCtB5SC3OFBwx9XCJ9hGZrF99bBo8YVUDZWxn0sBQ2JpVM+dJFMnX cnu27yYekG/5ZGpiTVtRgYH40kySbm4j1uBx5FoupvHx0eqEWSK3UnVlERqM4DJJq3 QcJWADWsI+eON5HwrDf7uUa3hXhp/maoPNGhjV17IvT3oCrs8BdIcsj06okrcGNFMq 8ePkbEFz+t3D2MhcKaiZGmk9Ff9skg/gyyQxbAqpXlQkwLTgcdgcMGniG7jyULMiNM ZQmCn3Cjb/Btg== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 9EFD915C02EE; Sat, 20 May 2023 20:26:33 -0400 (EDT) Date: Sat, 20 May 2023 20:26:33 -0400 From: "Theodore Ts'o" To: Christoph Hellwig Cc: David Howells , Jens Axboe , Al Viro , Matthew Wilcox , Jan Kara , Jeff Layton , David Hildenbrand , Jason Gunthorpe , Logan Gunthorpe , Hillf Danton , Christian Brauner , Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Christoph Hellwig , Andreas Dilger , linux-ext4@vger.kernel.org Subject: Re: [PATCH v21 18/30] ext4: Provide a splice-read stub Message-ID: <20230521002633.GA207046@mit.edu> References: <20230520000049.2226926-1-dhowells@redhat.com> <20230520000049.2226926-19-dhowells@redhat.com> <2233565.1684567304@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, May 20, 2023 at 02:01:47AM -0700, Christoph Hellwig wrote: > On Sat, May 20, 2023 at 08:21:44AM +0100, David Howells wrote: > > Christoph Hellwig wrote: > > > > > Not sure I'd call this a stub, but then again I'm not a native speaker. > > > > "Wrapper"? > > That's what I'd call it, yes. Agreed, "wrapper" is a better term. Other than that, Acked-by: Theodore Ts'o