OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-367-g951612f
Gerrit Code Review
gerrit@openafs.org
Wed, 3 Nov 2010 04:47:51 -0700 (PDT)
The following commit has been merged in the master branch:
commit 951612f4508b0c2ace4676f263df8dd4b566dd44
Author: Hartmut Reuter <reuter@rzg.mpg.de>
Date: Tue Nov 2 12:15:42 2010 +0100
Make osi_fetchstore.c protocol independent
For future use of OSD and vicep-access osi_fetchstore.c should not depend on
the rx-fileserver-protocol but call instead the routines pointed to by ops.
Some code beautyfication in afs_fetchstore.c to use nBytes instead of code.
New global variable afs_protocols in afs_fetchstore.c which will be used
in RXOSD/VICEP-ACCESS programs in the future.
Change-Id: Id6b6e6c794b4fb00ad4719670caefd381f98949b
Reviewed-on: http://gerrit.openafs.org/2952
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_fetchstore.c | 52 ++++++++----
src/afs/afs.h | 43 ++++------
src/afs/afs_fetchstore.c | 178 ++++++++++++++++++++++++++--------------
src/afs/afs_prototypes.h | 4 +-
4 files changed, 168 insertions(+), 109 deletions(-)
--
OpenAFS Master Repository