leave out debug message
This commit is contained in:
parent
9200a8a253
commit
2958815463
@ -225,7 +225,6 @@ PUBLIC void vnode_clean_refs(struct vnode *vp)
|
|||||||
|
|
||||||
if (vp->v_fs_count <= 1)
|
if (vp->v_fs_count <= 1)
|
||||||
return; /* Nothing to do */
|
return; /* Nothing to do */
|
||||||
printf("vnode_clean_refs: dropping some references at FS\n");
|
|
||||||
if (req_putnode(vp->v_fs_e, vp->v_inode_nr, vp->v_fs_count-1) != OK)
|
if (req_putnode(vp->v_fs_e, vp->v_inode_nr, vp->v_fs_count-1) != OK)
|
||||||
printf("vnode_clean_refs: req_putnode failed\n");
|
printf("vnode_clean_refs: req_putnode failed\n");
|
||||||
vp->v_fs_count= 1;
|
vp->v_fs_count= 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user