OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1072-g44f13d8
Gerrit Code Review
gerrit@openafs.org
Fri, 15 Apr 2011 15:08:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit 44f13d8feb527fb982064469e513c5a0c9355d03
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Apr 14 14:11:22 2011 -0500
RX: Remove allocation counters
Remove the osi_alloccnt and osi_allocsize counters, and the associated
osi_alloc_mutex. These counters are pretty useless since nothing looks
at them, and their use of a mutex requires Rx to be initialized before
XDR can be used. Removing them lifts this restriction.
Change-Id: I22fa1335b6d34675d37cca41a2c393b9c20d3d24
Reviewed-on: http://gerrit.openafs.org/4478
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c | 2 --
src/rx/rx_misc.c | 23 -----------------------
2 files changed, 0 insertions(+), 25 deletions(-)
--
OpenAFS Master Repository