From owner-cvs-all@FreeBSD.ORG Fri Apr 25 10:59:11 2003 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 B057B37B405; Fri, 25 Apr 2003 10:59:11 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1501043FBF; Fri, 25 Apr 2003 10:59:10 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3PHx7jC023098; Fri, 25 Apr 2003 10:59:07 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3PHx716023097; Fri, 25 Apr 2003 10:59:07 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 25 Apr 2003 10:59:07 -0700 From: David Schultz To: Peter Wemm Message-ID: <20030425175907.GA22979@HAL9000.homeunix.com> Mail-Followup-To: Peter Wemm , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200304242036.h3OKaWc6026895@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304242036.h3OKaWc6026895@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/nfsclient nfs_vfsops.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: Fri, 25 Apr 2003 17:59:12 -0000 On Thu, Apr 24, 2003, Peter Wemm wrote: > peter 2003/04/24 13:36:32 PDT > > FreeBSD src repository > > Modified files: > sys/nfsclient nfs_vfsops.c > Log: > Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client > machines where the 'long' number of blocks in struct statfs wont fit. > Instead of chosing an artificial 512 byte block size, simply scale it up > until we avoid an overflow. NFSv3 reports the sizes in bytes, and the > blocksize is a figment of nfsclient's imagination. I think you may have also meant: PR: kern/18874 (The PR can probably be closed now.)