]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix comment re PRLFS' remoteness
authorPádraig Brady <P@draigBrady.com>
Wed, 12 Nov 2025 14:06:44 +0000 (14:06 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 12 Nov 2025 14:07:31 +0000 (14:07 +0000)
* src/stat.c (human_fstype): prlfs is used in a context of
separate host and guest OS, so should be treated as remote always.

src/stat.c

index 348e33793d601aa255232583bbe25be7de3addf3..ea213f3d59f9fb059dd362737a7e427c95b8c97d 100644 (file)
@@ -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";