]> Savannah Git Hosting - gnulib.git/commit
mountlist: don't use libmount to decide on dummy/remote
authorPádraig Brady <P@draigBrady.com>
Thu, 30 Oct 2014 04:08:50 +0000 (04:08 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 30 Oct 2014 09:33:23 +0000 (09:33 +0000)
commit2768ceb7994506e2cfba88be3b6bd13ef5440a90
treeece3ee523b60fc96ff652ab2a3634bc7f256007b
parentff138525385d3311993fa862b551ae7213505de2
mountlist: don't use libmount to decide on dummy/remote

* lib/mountlist.c (read_file_system_list): Don't use the libmount
routines to determine whether a file system is dummy or remote,
as they're not currently compatible.  For example the remoteness
is determined on file system type (for which the list seems incomplete),
rather than simply checking for a ':' in the device name.
Also libmount currently determines that 'tmpfs' is a dummy file system
even though it has associated storage.
ChangeLog
lib/mountlist.c