"vnode" does now also print the node type.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35280 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ad6ad0f124
commit
d0e43cc7cb
@ -3016,6 +3016,7 @@ _dump_vnode(struct vnode* vnode)
|
||||
kprintf(" mount: %p\n", vnode->mount);
|
||||
kprintf(" covered_by: %p\n", vnode->covered_by);
|
||||
kprintf(" cache: %p\n", vnode->cache);
|
||||
kprintf(" type: %#" B_PRIx32 "\n", vnode->Type());
|
||||
kprintf(" flags: %s%s%s\n", vnode->IsRemoved() ? "r" : "-",
|
||||
vnode->IsBusy() ? "b" : "-", vnode->IsUnpublished() ? "u" : "-");
|
||||
kprintf(" advisory_lock: %p\n", vnode->advisory_locking);
|
||||
|
Loading…
x
Reference in New Issue
Block a user