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 4E871C19F2A for ; Thu, 11 Aug 2022 21:23:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236312AbiHKVXu (ORCPT ); Thu, 11 Aug 2022 17:23:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235433AbiHKVXt (ORCPT ); Thu, 11 Aug 2022 17:23:49 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 731F59C2E4; Thu, 11 Aug 2022 14:23:48 -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=i3PEiamyjc61H2142mZCcJUViA/nZ/oFPUDn2/QLmUQ=; b=bHgiEAciM+CyZrzDswrzKBO5E6 aaJVIPMcBwqHF036sW7bbs4FSwOdY2RoTc28VHm2nvHHV3F3oDFh2CsV+o34WFMDGfPoEXgmw6mHT kN5YQtsFrG0oINMCFlUqGhZEQ2gUsEQSRUcOIRkRTB6nLwceefByblqkD5C0oroilqgFFObCr2xRd 2WTHYiI8owr9iYdFrE/iUy7dtNSasIi8xx1WGGo0UsWW+RmMvk5GBFAC6ef29SBAefBX4M1DMQLxI 8F+BwQrR/kkHUqWjz/n8SQ/a5GGXPsq6T1imoJA65bVWxx8v35QXa4qzSU2bN2HRteZUsuFXjGfKq 5eYgjghQ==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oMFeb-003Ytc-VU; Thu, 11 Aug 2022 21:23:46 +0000 Date: Thu, 11 Aug 2022 22:23:45 +0100 From: Al Viro To: Jeff Layton Cc: Ilya Dryomov , Linus Torvalds , ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Wilcox Subject: Re: [GIT PULL] Ceph updates for 5.20-rc1 Message-ID: References: <20220811152446.281723-1-idryomov@gmail.com> <5d0b0367a5e28ec5b1f3b995c7792ff9a5cbcbd4.camel@kernel.org> 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: ceph-devel@vger.kernel.org On Thu, Aug 11, 2022 at 10:22:37PM +0100, Al Viro wrote: > On Thu, Aug 11, 2022 at 05:08:11PM -0400, Jeff Layton wrote: > > > Actually, I never got a formal ack from Al. I did send it repeatedly, > > but I assume he has been too busy to respond. We've had it sitting in > > linux-next for a couple of months, and he did suggest that approach in > > the first place, but I too would also prefer to see his official ack on > > it. > > "Suggested approach" had been about inode_insert5() changes, right? > But that's fs/inode.c side of things... I have to admit that I'd missed > the unlining d_same_name() - exporting the sucker per se didn't look s/un/&in/ and I really need to grab some coffee...