summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2020-10-27 21:04:14 +0000
committerPádraig Brady <P@draigBrady.com>2020-11-03 14:16:56 +0000
commitdd1fc46be12d671c1a9d9dc5a6fa8c766e99aa2f (patch)
treef29cad4a0751816e818954d42e263992502204c5 /ChangeLog
parent597e7cc822a963dfcb64219d46f4dc0236e0d10e (diff)
downloadgnulib-dd1fc46be12d671c1a9d9dc5a6fa8c766e99aa2f.tar.gz
mountlist: recognize more file system types as remote
Sync "remote" file systems from stat.c in coreutils. Note we only consider file systems that do not use host:resource mount source. I.e. those that don't generally use a colon when mounting, as that case is already considered. Searching for "<fstype> /etc/fstab" was informative for identifying these. The full list of "remote" file systems in coreutils is currently: acfs afs ceph cifs coda fhgfs fuseblk fusectl gfs gfs2 gpfs ibrix k-afs lustre novell nfs nfsd ocfs2 panfs prl_fs smb smb2 snfs vboxsf vmhgfs vxfs Note also we do not include virtual machine file systems, as even though they're remote to the current kernel, they are generally not distributed to separate hosts. * lib/mountlist.c (ME_REMOTE): Sync previously unconsidered "remote" file systems from stat.c in coreutils.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03904e4e95..6a9c762c1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-11-03 Pádraig Brady <P@draigBrady.com>
+
+ mountlist: recognize more file system types as remote
+
+ * lib/mountlist.c (ME_REMOTE): Sync previously unconsidered
+ "remote" file systems from stat.c in coreutils.
+
2020-11-02 Bernhard Voelker <mail@bernhard-voelker.de>
verify tests: Fix -Wuninitialized warning (regression 2020-10-30).