dynamic-vcache-no-printf-20090331

LICENSE IPL10

no printf in releases
This commit is contained in:
Derrick Brashear 2009-03-31 13:41:25 +00:00
parent d0a166bdff
commit 84871adb4b

View File

@ -784,7 +784,7 @@ afs_AllocVCache(void)
/* track the peak */
if (afsd_dynamic_vcaches && afs_maxvcount < afs_vcount) {
afs_maxvcount = afs_vcount;
printf("peak vnodes: %d\n", afs_maxvcount);
/*printf("peak vnodes: %d\n", afs_maxvcount);*/
}
#endif
afs_stats_cmperf.vcacheXAllocs++; /* count in case we have a leak */