From owner-cvs-src@FreeBSD.ORG Thu Feb 21 05:15:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D0D416A400; Thu, 21 Feb 2008 05:15:01 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.74]) by mx1.freebsd.org (Postfix) with ESMTP id 99D9C13C43E; Thu, 21 Feb 2008 05:15:00 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp009-s [10.150.69.72]) by smtpoutm.mac.com (Xserve/smtpout011/MantshX 4.0) with ESMTP id m1L5EumD011030; Wed, 20 Feb 2008 21:14:56 -0800 (PST) Received: from [192.168.1.100] (209-128-86-226.bayarea.net [209.128.86.226]) (authenticated bits=0) by mac.com (Xserve/asmtp009/MantshX 4.0) with ESMTP id m1L5Epp0002383 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 20 Feb 2008 21:14:54 -0800 (PST) Message-Id: From: Marcel Moolenaar To: Dmitry Marakasov In-Reply-To: <20080221044026.GA16720@hades.panopticon> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 20 Feb 2008 21:14:50 -0800 References: <200802210319.m1L3JlBS041165@repoman.freebsd.org> <20080221044026.GA16720@hades.panopticon> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 21 Feb 2008 05:15:01 -0000 On Feb 20, 2008, at 8:40 PM, Dmitry Marakasov wrote: > * Marcel Moolenaar (marcel@FreeBSD.org) wrote: > >> Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. >> They are typically 0 on new ia64 systems. Since we don't use >> either field, there's no harm in not checking. > Thanks a lot, this fixes mounting some removeable media (for example, > Cowon iAudio 7 with latest firmware) which may have invalid values in > those fields. I guess there's no way this'll get into 7.0? Correct. 7-STABLE I'll probably do, but not 7.0. That boat has sailed :-) -- Marcel Moolenaar xcllnt@mac.com