Date: Mon, 18 Mar 2002 13:46:28 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Kirk McKusick <mckusick@mckusick.com> 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> In-Reply-To: <200203151849.g2FInlW38440@freefall.freebsd.org>; from mckusick@FreeBSD.org on Fri, Mar 15, 2002 at 10:49:47AM -0800 References: <200203151849.g2FInlW38440@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020318134628.A15033>