Peter Jeremy writes: >Actually, it's not possible to accurately determine the holes in a >file by reading it - you can't differentiate between a hole and a >allocated block of zeroes. What you need is a (new) syscall that but that's the point, isn't it. if you get a larger block of zeroes, you seek forward that number in the output file, and let the filesystem create (any) holes. >invokes a new VOP_... and returns a bitmap of allocated blocks. This >would be non-trival unfortunately. this is completely unnecessary and wouldn't work across filesystems anyways. -- Matthias Buelow; mkb_at_{mukappabeta,informatik.uni-wuerzburg}.deReceived on Tue Jul 20 2004 - 16:00:59 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:02 UTC