OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2907-g9953a23
Gerrit Code Review
gerrit@openafs.org
Sun, 9 Sep 2012 05:00:08 -0700 (PDT)
The following commit has been merged in the master branch:
commit 9953a23699044e9e8e5b70e83058578ba862a7cb
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Sep 9 10:19:53 2012 +0100
rxkad: Use rxi_Alloc not osi_Alloc
rx exposes the rxi_Alloc function to be used for memory allocation
in security classes, not osi_Alloc which is private. Using rxi_Alloc
means that allocations are counted in the general rx statistics.
Modify rxkad so that it uses rxi_Alloc. This also restores symmetry
in the allocator - the memory that's allocated by rxkad_server is
already freed using rxi_Free in rxkad_DestroyConnection
Change-Id: I3321355f2470974d3570dd911f06ea91c21d1c9d
Reviewed-on: http://gerrit.openafs.org/8067
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rxkad/rxkad_server.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository