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 54498C433EF for ; Fri, 20 May 2022 03:56:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345275AbiETD4V (ORCPT ); Thu, 19 May 2022 23:56:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345254AbiETD4O (ORCPT ); Thu, 19 May 2022 23:56:14 -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 C5EC5381A2; Thu, 19 May 2022 20:56:12 -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=WvGjtR6qZ4Bar1EwTL1Ag7SU1XkDDUufcV0zIp+ja0M=; b=ed8YFKadAPDMbtpuAAxpC2O2e5 JqUHl2Rce2Hg8+6+C9iItbDTT5gfUEeXSnTBQjaZGyLYUN85GqJFAG1SzPc080Ux98gCfFPmMk8Zb 6Xt5h6ppqNnPXpf6Kp/Emjesp09WNDBQ03uQIth8XmkOv+g2XouBoJY1SQG7+QcgS+Y/g346gOrWh gcYP+Mnai404SaYeSS82RAboYN0xETfShy8z6s4ne0vRcsVkQ9SYXbwwZxgnQnErMck4yG80KpYB0 pPmEF292U9CKNapNnhcGGD8snworgmsEqXWUFaKi9TAH7ty/V/LHZX6S5jio753rVT9e53JcXDjqz 9F5xmFHg==; Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrtkG-00GUZu-Es; Fri, 20 May 2022 03:56:08 +0000 Date: Fri, 20 May 2022 03:56:08 +0000 From: Al Viro To: Amir Goldstein Cc: He Zhe , Dave Chinner , "linux-fsdevel@vger.kernel.org" , LKML , Luis Henriques Subject: Re: warning for EOPNOTSUPP vfs_copy_file_range Message-ID: References: <20f17f64-88cb-4e80-07c1-85cb96c83619@windriver.com> 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-kernel@vger.kernel.org On Thu, May 19, 2022 at 04:53:15PM +0300, Amir Goldstein wrote: > Luis gave up on it, because no maintainer stepped up to take > the patch, but I think that is the right way to go. > > Maybe this bug report can raise awareness to that old patch. > > Al, could you have a look? IIRC, you had objections to that variant back then...