summaryrefslogtreecommitdiffstats
path: root/sys/modules/msdosfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-28 17:10:46 +0000
committerru <ru@FreeBSD.org>2001-05-28 17:10:46 +0000
commit110c4c81c8a8cbb17ddd3ff9f7c860658bf59690 (patch)
tree24594cff07c9712c8ba708c9e4019c8694954d84 /sys/modules/msdosfs
parentfe77e70108d5e4da42ec6ee7e4f1bfaccd64ef04 (diff)
downloadFreeBSD-src-110c4c81c8a8cbb17ddd3ff9f7c860658bf59690.zip
FreeBSD-src-110c4c81c8a8cbb17ddd3ff9f7c860658bf59690.tar.gz
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
Diffstat (limited to 'sys/modules/msdosfs')
-rw-r--r--sys/modules/msdosfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile
index 62a9ba9..2d4041e 100644
--- a/sys/modules/msdosfs/Makefile
+++ b/sys/modules/msdosfs/Makefile
@@ -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
OpenPOWER on IntegriCloud