OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1228-ga14e791
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 06:53:26 -0700 (PDT)
The following commit has been merged in the master branch:
commit a14e791541bf19c6c377e68bc2f978fba34f94b1
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu May 19 15:06:15 2011 +0100
vlserver: Tidy up request counting
Tidy up the counting of requests and aborts in the vlserver. Don't
hide a variable allocation within a macro, convert macros to inline
functions, and make it possible to not count particular operations
by passing in an opcode of 0.
Change-Id: Ifd26027ebb97a6039b6f7f7289ffbe166627390b
Reviewed-on: http://gerrit.openafs.org/4769
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vlserver/vlprocs.c | 190 +++++++++++++++++++++++++++------------------
src/vlserver/vlserver.p.h | 2 -
2 files changed, 114 insertions(+), 78 deletions(-)
--
OpenAFS Master Repository