OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-795-gfbcc8ac
Gerrit Code Review
gerrit@openafs.org
Mon, 28 Feb 2011 09:30:42 -0800 (PST)
The following commit has been merged in the master branch:
commit fbcc8ac2646cf0b4b3de15967e064abfccbd7710
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Feb 28 14:17:28 2011 +0000
Revert "Make osi_fetchstore.c protocol independent"
This reverts commit 951612f4508b0c2ace4676f263df8dd4b566dd44.
In testing, this change causes RXAFS_EndStoreData to intermittently
fail with an RX_CC_UNMARSHALL error code. The error is returned
when the first 32bit word is read from the RX stream from the server.
Before this happens, the call is not in an error state.
As this problem makes the cache manager unusable for other
development, back the changeset out for now.
Change-Id: If8268faa7bee2651273d7fbb0e235ddb02d6284b
Reviewed-on: http://gerrit.openafs.org/4093
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.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, 109 insertions(+), 168 deletions(-)
--
OpenAFS Master Repository