linux-try-to-reduce-invasiveness-of-flushdcachechildren-20020725
[openafs.git] / src / afs / afs_vcache.c
index 002c17d..78999c5 100644 (file)
@@ -495,6 +495,7 @@ restart:
     cur = head;
     while ((cur = cur->next) != head) {
        dentry = list_entry(cur, struct dentry, d_alias);
+#ifdef notdef
        if (DCOUNT(dentry)) {
            this_parent = dentry;
        repeat:
@@ -533,6 +534,7 @@ restart:
                goto resume;
            }
        }
+#endif
 
        if (!DCOUNT(dentry)) {
            AFS_GUNLOCK();