From: Jeffrey Altman Date: Mon, 12 Jan 2009 20:22:24 +0000 (+0000) Subject: rx-finer-grained-locking-20090112 X-Git-Tag: openafs-devel-1_5_61~617 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=510b2042b017776366ed33e9590b81fc5c5c8b6c;p=packages%2Fo%2Fopenafs.git rx-finer-grained-locking-20090112 LICENSE MIT fix typo in rx-finer-granded-locking-20090112 --- diff --git a/src/rx/rx.c b/src/rx/rx.c index 5d1a59158..1a15c8326 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -575,7 +575,7 @@ rx_InitHost(u_int host, u_int port) rx_SetEpoch(tv.tv_sec); /* Start time of this package, rxkad * will provide a randomer value. */ #endif - rx_MutexAdd(rxi_dataQuota, rx_extraQuota, rx_stats_quota); /* + extra pkts caller asked to rsrv */ + rx_MutexAdd(rxi_dataQuota, rx_extraQuota, rx_quota_mutex); /* + extra pkts caller asked to rsrv */ /* *Slightly* random start time for the cid. This is just to help * out with the hashing function at the peer */ rx_nextCid = ((tv.tv_sec ^ tv.tv_usec) << RX_CIDSHIFT);