fallocate()
fallocate()
Posted Mar 22, 2007 21:48 UTC (Thu) by landley (guest, #6789)In reply to: fallocate() by nix
Parent article: fallocate()
Punch! Finally!
http://www.uwsg.iu.edu/hypermail/linux/kernel/0312.0/0889...
Posted Mar 23, 2007 14:37 UTC (Fri)
by nix (subscriber, #2304)
[Link]
Posted Mar 23, 2007 14:50 UTC (Fri)
by k8to (guest, #15413)
[Link]
Quite so! punch should really have been in POSIX from the start, except fallocate()
that sparse files were never really in POSIX per se: they were just an
efficiency hack atop seeking, so nobody seems to have thought `hey, what
if we want to make an existing file sparser than it is?'
Just when almost all of the use cases had dried up ;-)fallocate()