On Mon, Apr 30, 2007 at 10:47:02AM +1000, David Chinner wrote:
> For FA_ALLOCATE, it's supposed to change the file size if we
I would argue no. Use truncate for that.
> For FA_DEALLOCATE, does it change the filesize at all?
Same as above.
> Or does
Yes.
> FWIW, we definitely need a FA_PREALLOCATE mode (FA_ALLOCATE but does
FA_ALLOCATE should be able to allocate past-EOF I would argue.
-