git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2dbc58b
)
Zero out the "allocated" flag so that we don't accidentally
author
Nathan Neulinger
<nneul@umr.edu>
Thu, 14 Mar 2002 19:50:48 +0000 (19:50 +0000)
committer
Nickolai Zeldovich
<kolya@mit.edu>
Thu, 14 Mar 2002 19:50:48 +0000 (19:50 +0000)
free something that wasn't allocated.
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
38254dc
..
4d36947
100644
(file)
--- a/
src/afs/LINUX/osi_vnodeops.c
+++ b/
src/afs/LINUX/osi_vnodeops.c
@@
-807,6
+807,8
@@
static int afs_linux_dentry_revalidate(struct dentry *dp)
AFS_GLOCK();
+ sysState.allocked = 0;
+
/* If it's a negative dentry, then there's nothing to do. */
if (!vcp || !parentvcp)
goto done;