From fed9b0844cbd07717e0af1376573f835eb3aaade Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Sun, 4 Sep 2005 05:10:14 +0000 Subject: [PATCH] linux-remove-reval-shortcut-20050903 don't skip revalidation work so we don't end up with bogus directory dates --- src/afs/LINUX/osi_vnodeops.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index a9df3ab910..7552bc051c 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);