NetBSD/sys/fs/msdosfs
pooka c4ad0e4da1 Release vnode being created in error branch instead of leaving it
locked.  Ideally the function should be rewritten to do things in
a different order, but this tries to keep changes minimal aiming
for a possible netbsd-4 pullup.

fixes PR kern/37034
2007-09-28 19:48:42 +00:00
..
Makefile
TODO
bootsect.h When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
bpb.h Use the endian conversion functions from sys/endian.h. 2007-01-27 07:18:10 +00:00
denode.h fix comment: struct fid is in fstypes.h now 2007-04-09 12:21:24 +00:00
direntry.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
fat.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
files.msdosfs
msdosfs_conv.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
msdosfs_denode.c Release vnode being created in error branch instead of leaving it 2007-09-28 19:48:42 +00:00
msdosfs_fat.c fix typos 2007-04-29 20:23:34 +00:00
msdosfs_lookup.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
msdosfs_vfsops.c Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
msdosfs_vnops.c Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
msdosfsmount.h Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00