OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1381-gcd8ebb1
Gerrit Code Review
gerrit@openafs.org
Wed, 13 Jul 2011 10:35:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit cd8ebb14e59e58bf3c76815d22f3b796faee3827
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Jul 13 13:55:39 2011 +0100
libafs: Remove support for length optimisation
At one point afs_StoreAllSegments had an optimisation to speed up
stores. However, that optimistation used the chunkLength without
taking appropriate locks, and was disabled. The variable assignments
which still exist from this code cause errors with gcc 4.6.0, so just
remove them.
Change-Id: I86547d94280d7f07214fbf6ef5b3db61c9781e59
Reviewed-on: http://gerrit.openafs.org/4991
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_segments.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository