]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-banish-fstrace-trydcachechildren-entirely-20040818
authorDerrick Brashear <shadow@dementia.org>
Mon, 18 Oct 2004 06:55:40 +0000 (06:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 18 Oct 2004 06:55:40 +0000 (06:55 +0000)
we really don't need this...

(cherry picked from commit 5ca50c575abed691bf2e726f84f35241fcef8242)

src/afs/afs_vcache.c

index 5052d483e36e21a459961e46d937d4f38969f6c8..555fd1ec449eda1b985038129f04eb4ccad45332 100644 (file)
@@ -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);