From: Derrick Brashear Date: Mon, 18 Oct 2004 06:55:40 +0000 (+0000) Subject: STABLE12-banish-fstrace-trydcachechildren-entirely-20040818 X-Git-Tag: openafs-stable-1_2_12~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5eb56de2b51e0946bb9e88cded3ac1d510c50de0;p=packages%2Fo%2Fopenafs.git STABLE12-banish-fstrace-trydcachechildren-entirely-20040818 we really don't need this... (cherry picked from commit 5ca50c575abed691bf2e726f84f35241fcef8242) --- diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index 5052d483e..555fd1ec4 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -566,11 +566,6 @@ restart: while ((cur = cur->next) != head) { dentry = list_entry(cur, struct dentry, d_alias); - afs_Trace3(afs_iclSetp, CM_TRACE_TRYFLUSHDCACHECHILDREN, - ICL_TYPE_POINTER, ip, - ICL_TYPE_STRING, dentry->d_parent->d_name.name, - ICL_TYPE_STRING, dentry->d_name.name); - if (!list_empty(&dentry->d_hash) && !list_empty(&dentry->d_subdirs)) __shrink_dcache_parent(dentry);