More fixes. Type "auto" should mean unspecified from fstab as well as the
authorRob Landley <rob@landley.net>
Sat, 18 Mar 2006 02:58:11 +0000 (02:58 -0000)
committerRob Landley <rob@landley.net>
Sat, 18 Mar 2006 02:58:11 +0000 (02:58 -0000)
commiteaa34ca5b4babe9887f36a14764bc94f26f90d0e
tree5246e5cf174de47e0685de00ee05ead46521ec31
parentaae8b3405e9f8f911a57aa3b127056e307977e9f
More fixes.  Type "auto" should mean unspecified from fstab as well as the
command line, initialize singlemount's rc to an error value so it doesn't
think it succeeded when it didn't, use absolute path when associating a
loop device (and the previous FEATURE_CLEAN_UP logic related to that was
freeing the wrong thing), move reading of /proc/filesystems to where we can
re-read it (when it's empty) for every entry on a "mount -a" so that when
/proc is mounted as the first entry, the later filesystems can autodetect
filesystem type.
util-linux/mount.c