cvs commit: src/sys/fs/msdosfs bootsect.h msdosfs_vfsops.c

Peter Edwards peadar at FreeBSD.org
Thu Sep 29 07:09:47 PDT 2005


peadar      2005-09-29 14:09:46 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       bootsect.h msdosfs_vfsops.c 
  Log:
  Remove checks for BOOTSIG[23] from FAT32 bootblocks.
  
  There seems to be very little documentary evidence outside this
  implementation to suggest a these checks are neccessary, and more
  than one camera-formatted flash disk fails the check, but mounts
  successfully on most other systems.
  
  Reviewed By: bde@
  
  Revision  Changes    Path
  1.13      +1 -5      src/sys/fs/msdosfs/bootsect.h
  1.146     +1 -3      src/sys/fs/msdosfs/msdosfs_vfsops.c


More information about the cvs-src mailing list