]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb1e0fdddf9544d9683e2bd23ba062e1da91cdd7d
tree6027a84ee332ea1598d1ac66d9345770da38d5fe
parent68f2505bee184faeb5d9c33ef93742099514c033
[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