]> git.llucax.com Git - software/dgc/cdgc.git/commit
Sync the pool block size cache properly
authorLeandro Lucarella <llucax@gmail.com>
Thu, 2 Sep 2010 02:50:28 +0000 (23:50 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 2 Sep 2010 02:50:28 +0000 (23:50 -0300)
commite04cd7f5a7fd412bb98f9631fde20b7856de58dd
treefd918f29078e49511bb37867b50381d393c24b38
parent192f4bfd2ffdaa5e6283bc16e8452fc3c218fb8a
Sync the pool block size cache properly

There are some places where the block size change, but the pool's block
size cache is not updated, which may cause wrong size reporting later.

This patch clears and updates the cache in the place where this
synchronization was missing.
rt/gc/cdgc/gc.d