Edward Tomasz Napierala 4f560d7595 Right now, when trying to unmount a device that's already gone,
msdosfs_unmount() and ffs_unmount() exit early after getting ENXIO.
However, dounmount() treats ENXIO as a success and proceeds with
unmounting.  In effect, the filesystem gets unmounted without closing
GEOM provider etc.

Reviewed by:	kib
Approved by:	rwatson (mentor)
Tested by:	dho
Sponsored by:	FreeBSD Foundation
2009-02-23 21:09:28 +00:00
..
2009-02-16 18:02:32 +00:00
2009-01-25 16:52:41 +00:00
2009-02-23 18:32:59 +00:00
2009-02-16 15:10:03 +00:00