Subject: Re: truncate()
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Chris Torek <torek@horse.ee.lbl.gov>
List: tech-kern
Date: 11/06/1993 18:53:50
>... leaving the hard bits to balloc().

Well, this actually allocates a block, which is not really necessary.
If you create a 2^62-byte file this way, it will spend a lot of time
making up triple indirects...

Chris

------------------------------------------------------------------------------