From owner-cvs-all Mon Mar 18 14:39:28 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9FA0A37B405; Mon, 18 Mar 2002 14:39:21 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g2IMdKi64642; Mon, 18 Mar 2002 15:39:20 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g2IMdGL96585; Mon, 18 Mar 2002 15:39:16 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200203182239.g2IMdGL96585@harmony.village.org> To: obrien@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 ... Cc: Kirk McKusick , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 18 Mar 2002 13:46:28 PST." <20020318134628.A15033@dragon.nuxi.com> References: <20020318134628.A15033@dragon.nuxi.com> <200203151849.g2FInlW38440@freefall.freebsd.org> Date: Mon, 18 Mar 2002 15:39:16 -0700 From: Warner Losh 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 In message <20020318134628.A15033@dragon.nuxi.com> "David O'Brien" writes: : 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. And on non-64-bit hosts. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message