HardenedBSD/sys/msdosfs
Dmitrij Tejblum 191e6fd0b6 Fix off by ane error in previous commit.
This caused following commands:
	mkdir z
	cd z
	touch A B
	mv B A
corrupt the '..' entry in 'z'.

Reported by:	bde
1998-05-09 09:36:38 +00:00
..
bootsect.h
bpb.h
denode.h
direntry.h
fat.h
msdosfs_conv.c
msdosfs_denode.c
msdosfs_fat.c
msdosfs_lookup.c Fix off by ane error in previous commit. 1998-05-09 09:36:38 +00:00
msdosfs_vfsops.c As described by the submitter: 1998-05-06 05:29:41 +00:00
msdosfs_vnops.c In the words of the submitter: 1998-05-07 04:58:58 +00:00
msdosfsmount.h