mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
STABLE14-dynamic-vcache-no-printf-20090331
LICENSE IPL10 no printf in 1.4.9 (cherry picked from commit 84871adb4bb3f8d1d50127255da75629e2167977)
This commit is contained in:
parent
761803469f
commit
05fe1afff7
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user