Removed debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -76,12 +76,6 @@ iterative_io_finished_hook(void* cookie, io_request* request, status_t status,
|
|||||||
bool partialTransfer, size_t bytesTransferred)
|
bool partialTransfer, size_t bytesTransferred)
|
||||||
{
|
{
|
||||||
Inode* inode = (Inode*)cookie;
|
Inode* inode = (Inode*)cookie;
|
||||||
#ifndef BFS_SHELL
|
|
||||||
ktrace_printf("bfs iterative_io_finished_hook(): inode: %p, request: %p, "
|
|
||||||
"status: %#lx, partial: %d, transferred: %lu", inode, request, status,
|
|
||||||
partialTransfer, bytesTransferred);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
rw_lock_read_unlock(&inode->Lock());
|
rw_lock_read_unlock(&inode->Lock());
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user