git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
30c69da
)
Properly release GLOCK when trying to mount AFS a second time.
author
Nickolai Zeldovich
<kolya@mit.edu>
Tue, 29 Jan 2002 17:26:26 +0000 (17:26 +0000)
committer
Nickolai Zeldovich
<kolya@mit.edu>
Tue, 29 Jan 2002 17:26:26 +0000 (17:26 +0000)
src/afs/LINUX/osi_vfsops.c
patch
|
blob
|
history
diff --git
a/src/afs/LINUX/osi_vfsops.c
b/src/afs/LINUX/osi_vfsops.c
index
6c3f8ce
..
66470d6
100644
(file)
--- a/
src/afs/LINUX/osi_vfsops.c
+++ b/
src/afs/LINUX/osi_vfsops.c
@@
-78,6
+78,7
@@
struct super_block *afs_read_super(struct super_block *sb, void *data,
AFS_GLOCK();
if (afs_was_mounted) {
printf("You must reload the AFS kernel extensions before remounting AFS.\n");
+ AFS_GUNLOCK();
return NULL;
}
afs_was_mounted = 1;