Properly release GLOCK when trying to mount AFS a second time.
authorNickolai Zeldovich <kolya@mit.edu>
Tue, 29 Jan 2002 17:26:26 +0000 (17:26 +0000)
committerNickolai Zeldovich <kolya@mit.edu>
Tue, 29 Jan 2002 17:26:26 +0000 (17:26 +0000)
src/afs/LINUX/osi_vfsops.c

index 6c3f8ce..66470d6 100644 (file)
@@ -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;