[LogFS] Split large truncated into smaller chunks
authorJoern Engel <joern@logfs.org>
Tue, 20 Apr 2010 19:44:10 +0000 (21:44 +0200)
committerJoern Engel <joern@logfs.org>
Tue, 20 Apr 2010 19:44:10 +0000 (21:44 +0200)
Truncate would do an almost limitless amount of work without invoking
the garbage collector in between.  Split it up into more manageable,
though still large, chunks.

Signed-off-by: Joern Engel <joern@logfs.org>

No differences found