--- src/sys/vfs/ufs/ffs_alloc.c 2006/09/03 18:52:30 1.24 +++ src/sys/vfs/ufs/ffs_alloc.c 2006/10/14 16:26:40 1.25 @@ -1449,10 +1449,6 @@ ffs_nodealloccg(struct inode *ip, int cg */ gotit: KKASSERT(ipref >= 0 && ipref < fs->fs_ipg); - if (icheckmiss) { - printf("Warning: inode free race avoided %d times\n", - icheckmiss); - } cgp->cg_time = time_second; if (DOINGSOFTDEP(ITOV(ip))) softdep_setup_inomapdep(bp, ip, ibase + ipref);