Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/msdosfs/msdosfs_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/msdosfs/msdosfs_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.68.4.1 retrieving revision 1.68.4.2 diff -u -p -r1.68.4.1 -r1.68.4.2 --- src/sys/fs/msdosfs/msdosfs_vfsops.c 2009/01/19 13:19:33 1.68.4.1 +++ src/sys/fs/msdosfs/msdosfs_vfsops.c 2009/03/03 18:32:35 1.68.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: msdosfs_vfsops.c,v 1.68.4.1 2009/01/19 13:19:33 skrll Exp $ */ +/* $NetBSD: msdosfs_vfsops.c,v 1.68.4.2 2009/03/03 18:32:35 skrll Exp $ */ /*- * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank. @@ -48,7 +48,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.68.4.1 2009/01/19 13:19:33 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.68.4.2 2009/03/03 18:32:35 skrll Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -202,7 +202,7 @@ update_mp(mp, argp) pmp->pm_flags |= argp->flags & MSDOSFSMNT_MNTOPT; /* - * GEMDOS knows nothing (yet) about win95 + * GEMDOS knows nothing about win95 long filenames */ if (pmp->pm_flags & MSDOSFSMNT_GEMDOSFS) pmp->pm_flags |= MSDOSFSMNT_NOWIN95; @@ -528,8 +528,7 @@ msdosfs_mountfs(devvp, mp, l, argp) } if (argp->flags & MSDOSFSMNT_GEMDOSFS) { bsize = secsize; - if (bsize != 512 || - (dtype != DTYPE_FLOPPY && fstype != FS_MSDOS)) { + if (bsize != 512) { DPRINTF(("bsize %d dtype %d fstype %d\n", bsize, dtype, fstype)); error = EINVAL;