mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
linux-remove-reval-shortcut-20050903
don't skip revalidation work so we don't end up with bogus directory dates
This commit is contained in:
parent
fd8bfddd5e
commit
fed9b0844c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user