Removed debug tracing that obviously slipped in in a former commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26908 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a3afb5ee0d
commit
3656dc0d61
@ -455,9 +455,6 @@ bfs_io(fs_volume* _volume, fs_vnode* _node, void* _cookie, io_request* request)
|
||||
if (inode->FileCache() == NULL)
|
||||
RETURN_ERROR(B_BAD_VALUE);
|
||||
|
||||
#ifndef BFS_SHELL
|
||||
ktrace_printf("bfs_io(): inode: %p, request: %p", inode, request);
|
||||
#endif
|
||||
// We lock the node here and will unlock it in the "finished" hook.
|
||||
rw_lock_read_lock(&inode->Lock());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user