Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2004 22:55:12 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_msdosfs fat.c
Message-ID:  <200402050655.i156tCkA015016@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402050655.i156tCkA015016>