[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)
commitb6349ac89eacb813f6963f7263da05bc3f483351
tree6027a84ee332ea1598d1ac66d9345770da38d5fe
parentb8639077abf034824046ed09e779b74c4393031f
[LogFS] Split large truncated into smaller chunks

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>
fs/logfs/readwrite.c