Handy on-demand debug tracing, I've used a few times already. So I leave
it commented out in the code for the time being. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1914,6 +1914,10 @@ lookup_dir_entry(struct vnode* dir, const char* name, struct vnode** _vnode)
|
||||
return B_ENTRY_NOT_FOUND;
|
||||
}
|
||||
|
||||
// ktrace_printf("lookup_dir_entry(): dir: %p (%ld, %lld), name: \"%s\" -> "
|
||||
// "%p (%ld, %lld)", dir, dir->mount->id, dir->id, name, *_vnode,
|
||||
// (*_vnode)->mount->id, (*_vnode)->id);
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user