Default arg in implementation. Reported by Gert van Valkenhoef.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9a6c828556
commit
285449a68f
2
src/kernel/core/cache/block_cache.cpp
vendored
2
src/kernel/core/cache/block_cache.cpp
vendored
@ -436,7 +436,7 @@ get_writable_cached_block(block_cache *cache, off_t blockNumber, off_t base, off
|
|||||||
|
|
||||||
|
|
||||||
static status_t
|
static status_t
|
||||||
write_cached_block(block_cache *cache, cached_block *block, bool deleteTransaction = true)
|
write_cached_block(block_cache *cache, cached_block *block, bool deleteTransaction)
|
||||||
{
|
{
|
||||||
cache_transaction *previous = block->previous_transaction;
|
cache_transaction *previous = block->previous_transaction;
|
||||||
int32 blockSize = cache->block_size;
|
int32 blockSize = cache->block_size;
|
||||||
|
Loading…
Reference in New Issue
Block a user