from netbsd;
authorderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 07:05:52 +0000 (07:05 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 07:05:52 +0000 (07:05 +0000)
commitc58a9e9c14ac04e91d73eebb3f1468c53b33dff4
treecaf8900174ce5fc95fb84d9fba4c8606bfba90e3
parent08cbb6cebec50567c40c07f0eec1b4f8564da35d
from netbsd;
Instead of using '#ifdef atari' to handle the differences of Gemdosfs and
Msdosfs, use a flag that can be set by mount_msdos. This is definitely
more flexible.
Fix error in previous change: don't use the local FS mount data before
it's actually allocated. Pass mount arguments to msdosfs_mountfs instead,
and use them (as in iso_mountfs for example).
sys/msdosfs/fat.h
sys/msdosfs/msdosfs_vfsops.c
sys/msdosfs/msdosfsmount.h
sys/sys/mount.h