Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1127518pxy; Wed, 28 Apr 2021 23:44:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8x6ZtZC0evKHgM9YJhmyw/62Ox0SgpuiIeU0fadCnuAm1uNx99QA1FxcShQrHPhz85q3l X-Received: by 2002:a17:90b:1646:: with SMTP id il6mr7930814pjb.27.1619678695428; Wed, 28 Apr 2021 23:44:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619678695; cv=none; d=google.com; s=arc-20160816; b=OARyZY9UCJ4N7izYGbC9z7SlyqbRtLlDcmO5dWlcMXguEPiwnZxu7BI2Zwmu39epfb ISo9FD6hfcAm9wz/cn6E6MkUGO24kWtTP/X2C0Aiell29upMH/nDsvh/8npeoclyz60P 0AtyFW5OLoS9iYy1wyUJyr7ve5BBa00HBVtp1KMMh3PA9SaGHYtVUiYilZJNxUD4ruvO JegKlEamtHXk5qvzikVguWaVKynuq6F4/lEFzn0NXcmYe4U6baEGavSjweJAM+JEy2cN 0uUcBIhBq9sq27610zri8K5H9tA/Oe3/JLZnkrZQjbCJYp5tHCPKvTm9mDBh3GsqCbpe Vmdw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=YqsmSPJ8CmMzmeE5H3U96z5i5p3IunoGMQq+bUkkTx8=; b=hFr8u7RqyivUm82aD1aXd73xSwOHYFj9nZxutg7qrie0atZTuOaaKX/dJ/vBKD8GYt WVPW2xWBWL2wEtAUkgEYcHzVn9MZBeYA5olyAB8HPdCWjf4IygOLr5CIJ3tdMFoJkRjq OfDeC/F1JpL6boRoIADohDcbOQojw77vOLCOzuUk3cKYpFphie9v9RbiU4nQ0SiE0Dud 4PVQAjifdigLnwp7uv8ZITaYJm7noK2GL7rlYZNoXv+JG+IE0ZUmt8eSHGuwT2amTwku QsFAcz0Ky2IM1rTkbLyDe2S4fHFw4k81SN3B4IM+PqkqSiw+zWl+5ce+VmJEmUDCMKxI kPQw== 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 b22si2500394pfb.68.2021.04.28.23.44.42; Wed, 28 Apr 2021 23:44:55 -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 S231179AbhD2Got (ORCPT + 99 others); Thu, 29 Apr 2021 02:44:49 -0400 Received: from verein.lst.de ([213.95.11.211]:51910 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229814AbhD2Gos (ORCPT ); Thu, 29 Apr 2021 02:44:48 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2E5A667357; Thu, 29 Apr 2021 08:43:59 +0200 (CEST) Date: Thu, 29 Apr 2021 08:43:58 +0200 From: Christoph Hellwig To: Linus Torvalds Cc: Christoph Hellwig , "Darrick J. Wong" , Jia He , Al Viro , linux-fsdevel , linux-xfs , Dave Chinner , Linux Kernel Mailing List , Eric Sandeen Subject: Re: [GIT PULL] iomap: new code for 5.13-rc1 Message-ID: <20210429064358.GA2788@lst.de> References: <20210427025805.GD3122264@magnolia> <20210427195727.GA9661@lst.de> <20210428061706.GC5084@lst.de> <20210428064110.GA5883@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 28, 2021 at 12:14:42AM -0700, Linus Torvalds wrote: > Of course, %pD has some other limitations too. It doesn't follow > mount-points up. It's kind of intentionally a "for simple > informational uses only", but good enough in practice exactly for > things like debug printouts. Which thinking about my testing is probably the real problem. When running xfstests the it only printed "swap" as the file name, as the tests create it under the rest mount points. Which really is of not use. While printing /fstests/scratch/swap actually is useful. I suspect the s390 issue with the hardcoded "/dev/" prefix is somewhat similar.