]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-banish-fstrace-trydcachechildren-entirely-20040818
authorDerrick Brashear <shadow@dementia.org>
Wed, 25 Aug 2004 08:12:10 +0000 (08:12 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 25 Aug 2004 08:12:10 +0000 (08:12 +0000)
we really don't need this...

(cherry picked from commit 5ca50c575abed691bf2e726f84f35241fcef8242)

src/afs/afs_vcache.c

index 1b0acb6eacc8edd00545f78352f1dd62bddfa6a2..31f5b719efef20ec162c694ddb8e50f171f1cee4 100644 (file)
@@ -659,15 +659,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);