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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C014C433B4 for ; Thu, 29 Apr 2021 06:44:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4877861447 for ; Thu, 29 Apr 2021 06:44:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230309AbhD2Gos (ORCPT ); Thu, 29 Apr 2021 02:44:48 -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-fsdevel@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.