From owner-cvs-src@FreeBSD.ORG Sun Mar 14 15:28:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3449C16A4CE; Sun, 14 Mar 2004 15:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181DE43D2D; Sun, 14 Mar 2004 15:28:13 -0800 (PST) (envelope-from rwatson@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 i2ENSCGe058010; Sun, 14 Mar 2004 15:28:12 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2ENSC5F058009; Sun, 14 Mar 2004 15:28:12 -0800 (PST) (envelope-from rwatson) Message-Id: <200403142328.i2ENSC5F058009@repoman.freebsd.org> From: Robert Watson Date: Sun, 14 Mar 2004 15:28: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/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 23:28:13 -0000 rwatson 2004/03/14 15:28:12 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Don't reject FAT file systems with a number of "Heads" greater than 255; USB keychains exist that use 256 as the number of heads. This check has also been removed in Darwin (along with most of the other head/sector sanity checks). Revision Changes Path 1.119 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c