Name this module msdos.ko so that mount_msdos(8) can autoload

it with vfsload("msdos").

(The proper fix would be to rename the `msdos' file system to
`msdosfs' in VFS_SET(), and mount_msdos(8) to mount_msdosfs(8).
But that would break too many existing fstab(5) setups, and
would require a lot of unnecessary documentation and code
msdos -> msdosfs changes.)

Noticed by:	markm
This commit is contained in:
Ruslan Ermilov 2001-05-28 17:10:46 +00:00
parent c0c4794d84
commit 3be1cc7870
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77353

View file

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../fs/msdosfs
KMOD= msdosfs
KMOD= msdos
SRCS= vnode_if.h \
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
msdosfs_vfsops.c msdosfs_vnops.c