From: Chas Williams - CONTRACTOR Date: Thu, 7 Jan 2010 22:48:15 +0000 (-0500) Subject: UNIX CM: remove the last remaining reference to afs_rxglobal_lock X-Git-Tag: openafs-devel-1_5_69~41 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=708dc955012334fc9ada5fad576cfecd33edb326;p=packages%2Fo%2Fopenafs.git UNIX CM: remove the last remaining reference to afs_rxglobal_lock Somehow this was missed earlier. Change-Id: Iebebdb90cb42cc9ef716409af435509916e4ab58 Reviewed-on: http://gerrit.openafs.org/1078 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index 12579028c..695a327f8 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -38,7 +38,6 @@ afs_ucred_t *afs_osi_credp; #if defined(AFS_SUN5_ENV) || defined(AFS_SGI_ENV) kmutex_t afs_global_lock; -kmutex_t afs_rxglobal_lock; #endif #if defined(AFS_SGI_ENV) && !defined(AFS_SGI64_ENV)