From owner-cvs-all Mon Mar 18 13:47:50 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id B818C37B400; Mon, 18 Mar 2002 13:47:43 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2ILlilv015112; Mon, 18 Mar 2002 13:47:44 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2ILkTiM015111; Mon, 18 Mar 2002 13:46:29 -0800 (PST) Date: Mon, 18 Mar 2002 13:46:28 -0800 From: "David O'Brien" To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/coda coda_vnops.c src/sys/dev/ccd ccd.c src/sys/dev/md md.c src/sys/dev/vinum vinumdaemon.c vinuminterrupt.c vinumrequest.c vinumrevive.c src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_fat.c msdosfs_vnops.c ... Message-ID: <20020318134628.A15033@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200203151849.g2FInlW38440@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203151849.g2FInlW38440@freefall.freebsd.org>; from mckusick@FreeBSD.org on Fri, Mar 15, 2002 at 10:49:47AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 15, 2002 at 10:49:47AM -0800, Kirk McKusick wrote: > mckusick 2002/03/15 10:49:47 PST ... > Log: > Introduce the new 64-bit size disk block, daddr64_t. Change > the bio and buffer structures to have daddr64_t bio_pblkno, > b_blkno, and b_lblkno fields which allows access to disks Objects of type daddr64_t need to be cast to `(long long)' before printing them out with %lld. Failure to do so adds build warnings on 64-bit hosts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message