Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1977764pxy; Thu, 29 Apr 2021 20:24:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwqhD1qvaIAa8iftPzyV5U0WqDWDNOCIzMHCx28S2YVh0X2GTVTddh/rmqHE48xKjtGXCxI X-Received: by 2002:a17:90a:dd45:: with SMTP id u5mr13443371pjv.15.1619753063979; Thu, 29 Apr 2021 20:24:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619753063; cv=none; d=google.com; s=arc-20160816; b=Z4ZBOxkiknES5N5+v8Sd2tULhwxuOnVyHFi0R1qk7KEHx8igJZZDBnegHOW8FuRJKG 7VWU/X5VQ9Ba3WsJh0W6CM9Ag0cEaskZTW3SYTQnTP+psn10rd6sR6WsBedj+7Mc9cOr cDvRf4jbie/K71gM4tADf7FkcQna3Ra3F6WGT/E0gTYsCacmPOLOa4tHOVaxIar3dYDe G21v4xz40rtI4VLPHm8mhttXXzKodZXIGQCH6cBC1YXVhZW9h4+OQZNZHrxeiT2jDqDP jtFHEQ4UnOEOy8DVp777wzFvyfkhT4wlFMNzLqXOUZ8RWahyw/8jyb3N+im9BB9gFaZR qQHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=QCrrR2PQhRuUqeAQ2iflMqpK8kteJPciXY1OL7bA+DA=; b=wE5PFqDtZ/kBdXlj/cvORkZstG+V5BhoIzmyIvTvY32Q+NQgFGlSNFzDqYshrxPI1j KnF93Y9L3/SEHJPLLgJtd/chCmdDs5QXvEfYdWN6iXyvfbKYsDO05FM2VsGdRx8S8VRU wLjX3SMh19au4P+NyFZWNb/qlG2VNry/YlirREj701ADXRtuz7NhqsWxw6WcCGmrWIAa IYPjtke1Lv+qNxNfJda+FTqnaDuOzPY8AEjTd0zJWPAf3Py1niQZX+iTamLDquvlJiX/ 9KsvTE+JyLZD33M8pzLIYUxeXb0AsyftLsWgSoiGNNYUBTuq2+jB9/I04QHN+K/4NQKU 3sxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s14si767663pfw.209.2021.04.29.20.24.11; Thu, 29 Apr 2021 20:24:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230050AbhD3DWc (ORCPT + 99 others); Thu, 29 Apr 2021 23:22:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230097AbhD3DWX (ORCPT ); Thu, 29 Apr 2021 23:22:23 -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 4D2BDC06138E; Thu, 29 Apr 2021 20:21:36 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lcJia-009Rdo-M6; Fri, 30 Apr 2021 03:21:28 +0000 Date: Fri, 30 Apr 2021 03:21:28 +0000 From: Al Viro To: Justin He Cc: Linus Torvalds , Rasmus Villemoes , Christoph Hellwig , "Darrick J. Wong" , linux-fsdevel , linux-xfs , Dave Chinner , Linux Kernel Mailing List , Eric Sandeen , Andy Shevchenko Subject: Re: [GIT PULL] iomap: new code for 5.13-rc1 Message-ID: References: <20210428061706.GC5084@lst.de> <20210428064110.GA5883@lst.de> <1de23de2-12a9-2b13-3b86-9fe4102fdc0c@rasmusvillemoes.dk> <26d06c27-4778-bf75-e39a-3b02cd22d0e3@rasmusvillemoes.dk> 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 Fri, Apr 30, 2021 at 03:17:02AM +0000, Justin He wrote: > Is it a good idea to introduce a new d_path_nolock() for file_dentry_name()? > In d_path_nolock(), if it detects that there is conflicts with mount_lock > or rename_lock, then returned NULL as a name of that vfsmount? Just what does vfsmount have to do with rename_lock? And what's the point of the entire mess, anyway?