Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 15:50:33 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/md md.c 
Message-ID:  <49185.1022507433@critter.freebsd.dk>
In-Reply-To: Your message of "Mon, 27 May 2002 23:50:49 %2B1000." <20020527232624.F16465-100000@gamplex.bde.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20020527232624.F16465-100000@gamplex.bde.org>, Bruce Evans writes:

>>   Eventually this will allow us to test the 64bit cleanness of the disk
>>   I/O patch, but more work is outstanding here and elsewhere.
>
>Vnode-backed devices can already be used for this:
>
>	dd if=/dev/zero of=zz bs=8k oseek=1073741822 count=1
>
>on an 8K/1TB ffs filesystem gives an file of size (8TB - epsilon).

Right, but this requires much more code to be correct than the simpler
case of malloc backing.  Once we have malloc backing 64bit correct
we can take on this much harder test.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

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?49185.1022507433>