OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-8-gc95ace2
Gerrit Code Review
gerrit@openafs.org
Mon, 26 Oct 2009 12:08:39 -0700 (PDT)
The following commit has been merged in the master branch:
commit c95ace2c5963076deaf5f5c3a9856978f19ea0c4
Author: matt@linuxbox.com <matt@linuxbox.com>
Date: Mon Aug 3 12:36:25 2009 -0400
viced (non atomic) refcount/more-threads
Replace host-hold bitmap with reference counting, phase 1, not atomic.
Increase viced MAX_THREADS.
NOTE: This code has been tested on Centos 5.3 x86_64, on VMWare, 2 physical,
2 logical CPUs.
LICENSE BSD
Change-Id: Id62dcc786619dfd99e1a7b69a196bbaa0b45158c
Change-Id: I8ee2ec645402f02fdba0920815409b56172d393b
Reviewed-on: http://gerrit.openafs.org/268
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/viced/afsfileprocs.c | 44 +++++---
src/viced/callback.c | 66 ++++++------
src/viced/host.c | 279 +++++++++++++++++-----------------------------
src/viced/host.h | 64 ++++-------
src/viced/viced.h | 5 +-
5 files changed, 188 insertions(+), 270 deletions(-)
--
OpenAFS Master Repository