From: Chaskiel M Grundman Date: Wed, 6 Apr 2005 06:09:09 +0000 (+0000) Subject: STABLE14-afsdb-lock-20050405 X-Git-Tag: openafs-devel-1_3_82~78 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=70a5a87591a4d2445d486af7f4332896e91c0700;p=packages%2Fo%2Fopenafs.git STABLE14-afsdb-lock-20050405 init one more lock (cherry picked from commit b5be28de3093b225c2a2e927ecefe395d9a74388) --- 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);