mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
kernel/block_cache: More 32-bit fixes.
This commit is contained in:
parent
282ff4240a
commit
138d92635d
2
src/system/kernel/cache/block_cache.cpp
vendored
2
src/system/kernel/cache/block_cache.cpp
vendored
@ -1586,7 +1586,7 @@ BlockPrefetcher::_IOFinished(status_t status, generic_size_t bytesTransferred)
|
|||||||
_RemoveAllocated(fNumAllocated, fNumAllocated);
|
_RemoveAllocated(fNumAllocated, fNumAllocated);
|
||||||
|
|
||||||
TB(Error(cache, fBlockNumber, "prefetch starting here failed", status));
|
TB(Error(cache, fBlockNumber, "prefetch starting here failed", status));
|
||||||
TRACE_ALWAYS("BlockPrefetcher::_IOFinishedCallback: transferred only %" B_PRIuSIZE
|
TRACE_ALWAYS("BlockPrefetcher::_IOFinished: transferred only %" B_PRIuGENADDR
|
||||||
" bytes in attempt to read %" B_PRIuSIZE " blocks (start block %" B_PRIdOFF "): %s\n",
|
" bytes in attempt to read %" B_PRIuSIZE " blocks (start block %" B_PRIdOFF "): %s\n",
|
||||||
bytesTransferred, fNumAllocated, fBlockNumber, strerror(status));
|
bytesTransferred, fNumAllocated, fBlockNumber, strerror(status));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user