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 D4D8FC433F5 for ; Fri, 13 May 2022 00:48:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357287AbiEMAsM (ORCPT ); Thu, 12 May 2022 20:48:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348071AbiEMAsL (ORCPT ); Thu, 12 May 2022 20:48:11 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 190357A470 for ; Thu, 12 May 2022 17:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=3w1o4k57AMx2dVtMBUK26TNdR1Ol03EU2KRj49KOP0I=; b=CWlGQQUcbQJoUm1yZip5SrBsnW bCMeVSJLrREvK32Dwt+M2Uv/fGtT9KTjVLgtvEDogbZxSMHcz8BsL/wBeL/kwEV/F1Ce3ND8mGivu gy3IbP+mtEkpoungspLFJZt1iZXwh3OlhXIciUfWbeYUPe3MYG8O1IdkddT3viX0Ma/DdwHy1cI4P 1Sw9XjDVm901vAJzGZFqOhvmQesYDDADwJMsJAqlaARDEHoLfBS/LKAwWsbTmy7JyP8bltCfHeX2O kSWxU/ombDQwd8uN4JAsKVFPwhjXAPTM3ab5cx6K7FIpn0bYjLj2SnGiwI2YCZeb5ygsu0mo+a9xs O1FpWV4w==; Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1npJTU-00ERjl-Ei; Fri, 13 May 2022 00:48:08 +0000 Date: Fri, 13 May 2022 00:48:08 +0000 From: Al Viro To: Jens Axboe Cc: linux-fsdevel@vger.kernel.org, Pavel Begunkov Subject: Re: [RFC][PATCH] get rid of the remnants of 'batched' fget/fput stuff Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, May 12, 2022 at 05:48:08PM -0600, Jens Axboe wrote: > On 5/12/22 5:26 PM, Al Viro wrote: > > Hadn't been used since 62906e89e63b "io_uring: remove file batch-get > > optimisation", should've been killed back then... > > I'm pretty sure this has been sent out before, forget from whom. Right you are... From Gou Hao, had fallen through the cracks back in November ;-/ Rebased and replaced my variant with it now...