diff options
-rw-r--r-- | sys/fs/msdosfs/msdosfs_vfsops.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index 2c76659..423d0e5 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -329,17 +329,6 @@ msdosfs_mount(struct mount *mp, struct thread *td) if (error) return (error); } - - if (vfs_getopt(mp->mnt_optnew, "from", NULL, NULL)) { -#ifdef __notyet__ /* doesn't work correctly with current mountd XXX */ - if (args.flags & MSDOSFSMNT_MNTOPT) { - pmp->pm_flags &= ~MSDOSFSMNT_MNTOPT; - pmp->pm_flags |= args.flags & MSDOSFSMNT_MNTOPT; - if (pmp->pm_flags & MSDOSFSMNT_NOWIN95) - pmp->pm_flags |= MSDOSFSMNT_SHORTNAME; - } -#endif - } } /* * Not an update, or updating the name: look up the name |