leave out debug message

This commit is contained in:
Ben Gras 2007-04-12 15:24:45 +00:00
parent 9200a8a253
commit 2958815463

View File

@ -225,7 +225,6 @@ PUBLIC void vnode_clean_refs(struct vnode *vp)
if (vp->v_fs_count <= 1)
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)
printf("vnode_clean_refs: req_putnode failed\n");
vp->v_fs_count= 1;