OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2076-g9620b67
Gerrit Code Review
gerrit@openafs.org
Sat, 7 Jan 2012 06:19:30 -0800 (PST)
The following commit has been merged in the master branch:
commit 9620b67c138797e815621f0254cf15d0de504121
Author: Derrick Brashear <shadow@dementix.org>
Date: Wed Jan 4 15:04:41 2012 -0500
afs: discard cached state when we are unsure of validity
in the event we got a network error, we don't know if the server
completed (or will complete) our operation. we can assume nothing.
a more complicated version of this could attempt to verify that the
state is what we expect it to be, but in extended callbacks universe
this is potentially easier to solve anyway. for now, return the
error to the caller, and mark the vcache unstat'd.
Change-Id: Iafb67f24b89d78b8236660d047da12fce1dd6061
Reviewed-on: http://gerrit.openafs.org/6510
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/afs/afs_analyze.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++--
src/afs/afs_stats.h | 2 +
2 files changed, 67 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository