kernel/block_cache: More 32-bit fixes.

This commit is contained in:
Augustin Cavalier 2024-11-20 17:25:50 -05:00
parent 282ff4240a
commit 138d92635d

View File

@ -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 {