freebsd-dev/sys/ufs
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
..
ffs Right now, when trying to unmount a device that's already gone, 2009-02-23 21:09:28 +00:00
ufs Fix a few style bogons. 2009-01-21 20:08:17 +00:00