From: Chas Williams Date: Sun, 4 Sep 2005 05:10:14 +0000 (+0000) Subject: linux-remove-reval-shortcut-20050903 X-Git-Tag: openafs-devel-1_5_0~340 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fed9b0844cbd07717e0af1376573f835eb3aaade;p=packages%2Fo%2Fopenafs.git linux-remove-reval-shortcut-20050903 don't skip revalidation work so we don't end up with bogus directory dates --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index a9df3ab91..7552bc051 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -631,6 +631,7 @@ afs_linux_revalidate(struct dentry *dp) #endif AFS_GLOCK(); +#ifdef notyet /* Make this a fast path (no crref), since it's called so often. */ if (vcp->states & CStatd) { @@ -643,6 +644,7 @@ afs_linux_revalidate(struct dentry *dp) #endif return 0; } +#endif credp = crref(); code = afs_getattr(vcp, &vattr, credp);