cvs commit: src/sys/msdosfs msdosfs_vfsops.c

Tim J. Robbins tjr at FreeBSD.org
Tue Mar 2 01:43:05 PST 2004


tjr         2004/03/02 01:43:05 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/msdosfs          msdosfs_vfsops.c 
  Log:
  MFC rev. 1.117: If the "next free cluster" field of the FSInfo block is
  0xFFFFFFFF, it means that the correct value is unknown. Since this value
  is just a hint to improve performance, initially assume that the first
  non-reserved cluster is free, then correct this assumption if necessary
  before writing the FSInfo block back to disk.
  
  PR:             62826
  
  Revision  Changes    Path
  1.60.2.8  +4 -2      src/sys/msdosfs/msdosfs_vfsops.c


More information about the cvs-src mailing list