From owner-cvs-all@FreeBSD.ORG Wed Feb 4 22:55:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 923F216A4CE; Wed, 4 Feb 2004 22:55:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B7143D41; Wed, 4 Feb 2004 22:55:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i156tC0B015017; Wed, 4 Feb 2004 22:55:12 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i156tCkA015016; Wed, 4 Feb 2004 22:55:12 -0800 (PST) (envelope-from bde) Message-Id: <200402050655.i156tCkA015016@repoman.freebsd.org> From: Bruce Evans Date: Wed, 4 Feb 2004 22:55:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_msdosfs fat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 06:55:14 -0000 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