Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback mount...
authorRob Landley <rob@landley.net>
Sun, 28 Sep 2014 23:22:34 +0000 (18:22 -0500)
committerRob Landley <rob@landley.net>
Sun, 28 Sep 2014 23:22:34 +0000 (18:22 -0500)
commit4f0c3de1bf0b6755ea5b5c9c6ae1db9651784794
tree4a8aa7be3de0eae83f714a59233c361984291f0a
parent679a21d674cf487992c0ccabc8666c417e59d390
Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback mount, 2) Don't stop checking filesystem types due to EBUSY, it may mean already mounted by another filesystem type you haven't tried yet.
toys/lsb/mount.c