From 095ce0ef17f213637d434b435fcf85dde7999b56 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 19 Aug 2002 21:40:22 +0000 Subject: [PATCH] STABLE12-linux-try-to-reduce-invasiveness-of-flushdcachechildren-20020725 try to become less invasive about dcache child flushing (cherry picked from commit efbaa07c990df1bd190bbc4851535810a4eeb208) --- 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 42da4f9fb..afecfda92 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -490,6 +490,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: @@ -528,6 +529,7 @@ restart: goto resume; } } +#endif if (!DCOUNT(dentry)) { AFS_GUNLOCK(); -- 2.39.5