NetBSD/sys/msdosfs
jdolecek 88a4a819b8 When renaming a file, make sure apporpriate vnode cache entry is
purged if a file system entry is removed. Fixes part of kern/8037.

Reviewed by: Wolfgang Solfrank
Tested by: jdolecek
2000-02-01 21:33:57 +00:00
..
Makefile
bootsect.h
bpb.h
denode.h fix msdosfs export problems which occur on LP64 systems, which were 1999-07-27 05:39:10 +00:00
direntry.h
fat.h fix LP64 problems which were the cause of PR#8037. 1999-07-27 05:38:02 +00:00
msdosfs_conv.c Fix for handling of 8+3 filenames with blanks supplied by Bill Sommerfeld 1999-03-28 11:05:43 +00:00
msdosfs_denode.c msdosfs_inactive(): correct debug printf to only claim MNT_RDONLY is set 2000-02-01 13:55:23 +00:00
msdosfs_fat.c fix LP64 problems which were the cause of PR#8037. 1999-07-27 05:38:02 +00:00
msdosfs_lookup.c msdosfs_lookup(): reformat some debug printf slighly to make them more readable 2000-02-01 13:59:34 +00:00
msdosfs_vfsops.c make compilable with MSDOSFS_DEBUG (adapt to usecount & writecount size change) 2000-02-01 10:33:18 +00:00
msdosfs_vnops.c When renaming a file, make sure apporpriate vnode cache entry is 2000-02-01 21:33:57 +00:00
msdosfsmount.h