git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4e13acf
)
afs_PutVCache() takes a second argument, although it doesn't get used.
author
Nathan Neulinger
<nneul@umr.edu>
Mon, 29 Jul 2002 21:45:50 +0000 (21:45 +0000)
committer
Nickolai Zeldovich
<kolya@mit.edu>
Mon, 29 Jul 2002 21:45:50 +0000 (21:45 +0000)
src/afs/LINUX/osi_vnodeops.c
patch
|
blob
|
history
diff --git
a/src/afs/LINUX/osi_vnodeops.c
b/src/afs/LINUX/osi_vnodeops.c
index
4d726aa
..
af16d8d
100644
(file)
--- a/
src/afs/LINUX/osi_vnodeops.c
+++ b/
src/afs/LINUX/osi_vnodeops.c
@@
-797,7
+797,7
@@
static int afs_linux_revalidate(struct dentry *dp)
#ifdef AFS_LINUX24_ENV
unlock_kernel();
#endif
- if (rootvp) afs_PutVCache(rootvp);
+ if (rootvp) afs_PutVCache(rootvp, 0);
AFS_GUNLOCK();
return 0;
}