]> Zhao Yanbai Git Server - minix.git/commitdiff
leave out debug message
authorBen Gras <ben@minix3.org>
Thu, 12 Apr 2007 15:24:45 +0000 (15:24 +0000)
committerBen Gras <ben@minix3.org>
Thu, 12 Apr 2007 15:24:45 +0000 (15:24 +0000)
servers/vfs/vnode.c

index a283d4c4117d99aa865e5f2d1fbde30179544aee..b0d2bd4fa5900a28fb4aca3ceb7b74e12a5a7f8e 100644 (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;