From 88d05f1516c00e5dfd24b1acef8f29e6c90fb96b Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 12 Nov 2025 14:06:44 +0000 Subject: [PATCH] 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. --- src/stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.47.3