From: Chas Williams Date: Mon, 19 Aug 2002 21:40:22 +0000 (+0000) Subject: STABLE12-linux-try-to-reduce-invasiveness-of-flushdcachechildren-20020725 X-Git-Tag: openafs-stable-1_2_7~54 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=095ce0ef17f213637d434b435fcf85dde7999b56;p=packages%2Fo%2Fopenafs.git STABLE12-linux-try-to-reduce-invasiveness-of-flushdcachechildren-20020725 try to become less invasive about dcache child flushing (cherry picked from commit efbaa07c990df1bd190bbc4851535810a4eeb208) --- 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();