From 8a4cab026b1f1dcb0494ff8c5cf044a344c3718c Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Tue, 6 Feb 2007 03:30:58 +0000 Subject: [PATCH] Eliminate some dead code which was introduced in 1.23, yet was always commented out. --- sys/fs/msdosfs/msdosfs_vfsops.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index 2c76659206fe..423d0e555eb0 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