From: Derrick Brashear Date: Thu, 19 Aug 2004 02:16:04 +0000 (+0000) Subject: banish-fstrace-trydcachechildren-entirely-20040818 X-Git-Tag: BP-disconnected~274 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5ca50c575abed691bf2e726f84f35241fcef8242;p=packages%2Fo%2Fopenafs.git banish-fstrace-trydcachechildren-entirely-20040818 we really don't need this... --- diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index 0c86e81a1..4ca876985 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -656,15 +656,6 @@ afs_TryFlushDcacheChildren(struct vcache *tvc) while ((cur = cur->next) != head) { dentry = list_entry(cur, struct dentry, d_alias); - if (ICL_SETACTIVE(afs_iclSetp)) { - AFS_GLOCK(); - 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); - AFS_GUNLOCK(); - } - if (!list_empty(&dentry->d_hash) && !list_empty(&dentry->d_subdirs)) __shrink_dcache_parent(dentry);