summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-02-06 03:30:58 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-02-06 03:30:58 +0000
commit5efe7e2fa57ce73e354ebd329772954ef4046ae4 (patch)
tree357946c126abcf6f90b8029a28642aef26a648bb /sys/fs/msdosfs
parent64d554b0f541ac17608a2c04d6455f803bc190bb (diff)
downloadFreeBSD-src-5efe7e2fa57ce73e354ebd329772954ef4046ae4.zip
FreeBSD-src-5efe7e2fa57ce73e354ebd329772954ef4046ae4.tar.gz
Eliminate some dead code which was introduced in 1.23, yet was always
commented out.
Diffstat (limited to 'sys/fs/msdosfs')
-rw-r--r--sys/fs/msdosfs/msdosfs_vfsops.c11
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
OpenPOWER on IntegriCloud