cvs commit: src/sbin/fsck_msdosfs fat.c

Bruce Evans bde at FreeBSD.org
Wed Feb 4 22:55:14 PST 2004


bde         2004/02/04 22:55:12 PST

  FreeBSD src repository

  Modified files:
    sbin/fsck_msdosfs    fat.c 
  Log:
  Document the dirty flag and other bits in the first 2 FAT entries
  better.  There is a related I/O error flag which we don't support in
  the kernel but must support here.  (Support for bits that we don't
  understand here is mostly automatic by fail-safeness, but checkdirty()
  has fail-unsafeness.)  There are some reserved and don't-care bits
  that weren't fully documented and aren't always masked properly.  The
  comment about the bits in readfat() will be removed when the masking
  is fixed.
  
  Submitted by:   rnordier
  
  Revision  Changes    Path
  1.6       +18 -0     src/sbin/fsck_msdosfs/fat.c


More information about the cvs-all mailing list