]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
afsdb-lock-20050405
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Wed, 6 Apr 2005 06:08:56 +0000 (06:08 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 6 Apr 2005 06:08:56 +0000 (06:08 +0000)
init one more lock

src/afs/afs_cell.c

index 6916713e7f42d752ddfa64ce954d0a61c7cd3c08..e961a5e55964c2b1e9428ea72a3da4227e8acda6 100644 (file)
@@ -819,6 +819,7 @@ afs_CellInit()
 {
     RWLOCK_INIT(&afs_xcell, "afs_xcell");
 #ifdef AFS_AFSDB_ENV
+    RWLOCK_INIT(&afsdb_client_lock, "afsdb_client_lock");
     RWLOCK_INIT(&afsdb_req.lock, "afsdb_req.lock");
 #endif
     QInit(&CellLRU);