Added support for MSDOS file systems.
This commit is contained in:
parent
4b210e2959
commit
541758b1c6
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user