From efbaa07c990df1bd190bbc4851535810a4eeb208 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Fri, 26 Jul 2002 00:37:51 +0000 Subject: [PATCH] linux-try-to-reduce-invasiveness-of-flushdcachechildren-20020725 try to become less invasive about dcache child flushing --- src/afs/afs_vcache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index 002c17d804..78999c526d 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -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();