OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-47-g36700b5
Gerrit Code Review
gerrit@openafs.org
Tue, 29 Sep 2009 12:11:06 -0700 (PDT)
The following commit has been merged in the master branch:
commit 36700b51b34bbab515e947ed60104ada5ba6f827
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Sep 29 10:25:53 2009 +0200
Don't use volatile when it makes no sense
The demand attach code defines volume pointers as volatile in
a number of places, despite the fact that the values in question
aren't being shared between multiple threads. It then also passes
these volatile pointers into functions which don't treat them as
volatile (and even to some which assign them to registers).
This patch simply removes the use of volatile in this situation.
Reviewed-on: http://gerrit.openafs.org/550
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/volume.c | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
--
OpenAFS Master Repository