Fix umount so loop device disassociation hopefully doesn't screw up errno on
authorRob Landley <rob@landley.net>
Thu, 3 Aug 2006 17:54:45 +0000 (17:54 -0000)
committerRob Landley <rob@landley.net>
Thu, 3 Aug 2006 17:54:45 +0000 (17:54 -0000)
commit7478804b783619762a52a740037126ef8711acc2
treeb89cfcb288e5ff6deb78c7bbf21a08459850cba2
parent280a264fb893670f00e333dc75c58b6c77970048
Fix umount so loop device disassociation hopefully doesn't screw up errno on
a failed mount.  And while I'm at it, legacy mdev removal was only being done
in the _failure_ case?  That can't be right.  Plus minor header cleanups
and an option parsing tweak.
util-linux/umount.c