From: Chaskiel M Grundman Date: Wed, 6 Apr 2005 06:08:56 +0000 (+0000) Subject: afsdb-lock-20050405 X-Git-Tag: openafs-devel-1_5_0~661 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b5be28de3093b225c2a2e927ecefe395d9a74388;p=packages%2Fo%2Fopenafs.git afsdb-lock-20050405 init one more lock --- diff --git a/src/afs/afs_cell.c b/src/afs/afs_cell.c index 6916713e7..e961a5e55 100644 --- a/src/afs/afs_cell.c +++ b/src/afs/afs_cell.c @@ -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);