freebsd-nq/sys/fs/msdosfs
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
..
bootsect.h
bpb.h Fix some bugs involving the fsinfo block (many remain unfixed). This is 2007-07-12 16:09:07 +00:00
denode.h Move the head of byte-level advisory lock list from the 2008-04-16 11:33:32 +00:00
direntry.h Fix races in msdosfs_lookup() and msdosfs_readdir(). These functions 2007-08-31 22:29:55 +00:00
fat.h
msdosfs_conv.c Turn a "panic: non-decreasing id" into an error printf. This seems 2009-01-13 22:35:26 +00:00
msdosfs_denode.c Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfs 2009-01-11 17:11:01 +00:00
msdosfs_fat.c In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were 2008-09-01 13:18:16 +00:00
msdosfs_fileno.c Remove unused include(s). 2007-08-07 02:08:06 +00:00
msdosfs_iconv.c Remove unused include(s). 2007-08-07 02:08:06 +00:00
msdosfs_lookup.c VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in 2008-01-13 14:44:15 +00:00
msdosfs_vfsops.c Right now, when trying to unmount a device that's already gone, 2009-02-23 21:09:28 +00:00
msdosfs_vnops.c According to phk@, VOP_STRATEGY should never, _ever_, return 2008-12-16 21:13:11 +00:00
msdosfsmount.h Fix some bugs involving the fsinfo block (many remain unfixed). This is 2007-07-12 16:09:07 +00:00