From: Pádraig Brady Date: Wed, 12 Nov 2025 14:06:44 +0000 (+0000) Subject: maint: fix comment re PRLFS' remoteness X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d05f1516c00e5dfd24b1acef8f29e6c90fb96b;p=thirdparty%2Fcoreutils.git maint: fix comment re PRLFS' remoteness * src/stat.c (human_fstype): prlfs is used in a context of separate host and guest OS, so should be treated as remote always. --- diff --git a/src/stat.c b/src/stat.c index 348e33793d..ea213f3d59 100644 --- a/src/stat.c +++ b/src/stat.c @@ -464,8 +464,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf) return "pidfs"; case S_MAGIC_PIPEFS: /* 0x50495045 remote */ /* FIXME: change syntax or add an optional attribute like "inotify:no". - pipefs and prlfs are labeled as "remote" so that tail always polls, - but these aren't really remote file system types. */ + pipefs is labeled as "remote" so that tail always polls, + but it isn't really remote file system type. */ return "pipefs"; case S_MAGIC_PPC_CMM: /* 0xC7571590 local */ return "ppc-cmm-fs";