]> Savannah Git Hosting - gnulib.git/commit
mountlist: recognize more file system types as remote
authorPádraig Brady <P@draigBrady.com>
Tue, 27 Oct 2020 21:04:14 +0000 (21:04 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 3 Nov 2020 14:16:56 +0000 (14:16 +0000)
commitdd1fc46be12d671c1a9d9dc5a6fa8c766e99aa2f
treef29cad4a0751816e818954d42e263992502204c5
parent597e7cc822a963dfcb64219d46f4dc0236e0d10e
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.
ChangeLog
lib/mountlist.c