Added support for MSDOS file systems.

This commit is contained in:
Doug Rabson 1994-09-19 18:47:12 +00:00
parent 4b210e2959
commit 541758b1c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2898
2 changed files with 2 additions and 0 deletions

View File

@ -645,6 +645,7 @@ get_exportlist()
case MOUNT_MFS:
case MOUNT_UFS:
case MOUNT_CD9660:
case MOUNT_MSDOS:
targs.ua.fspec = NULL;
targs.ua.export.ex_flags = MNT_DELEXPORT;
if (mount(fsp->f_type, fsp->f_mntonname,

View File

@ -645,6 +645,7 @@ get_exportlist()
case MOUNT_MFS:
case MOUNT_UFS:
case MOUNT_CD9660:
case MOUNT_MSDOS:
targs.ua.fspec = NULL;
targs.ua.export.ex_flags = MNT_DELEXPORT;
if (mount(fsp->f_type, fsp->f_mntonname,