OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1388-g85b8372
Gerrit Code Review
gerrit@openafs.org
Wed, 13 Jul 2011 14:38:16 -0700 (PDT)
The following commit has been merged in the master branch:
commit 85b8372b44036f4e10cb30e9dbdd572700d10aaa
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Jul 13 14:23:22 2011 +0100
Don't split int64s when we don't need to
Now that we're always using an int64, and never a hyper_t, to represent
64bit integers, we can just print them out and assign them using the
native tools, rather than having to call SplitInt64. Simplify our code
to do so, which also avoids some gcc-4.6.0 warnings.
Change-Id: I12cfb5401d0431be2a4fefdfc5e1f52df7d5764d
Reviewed-on: http://gerrit.openafs.org/4998
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/viced/afsfileprocs.c | 7 +--
src/vol/fssync-debug.c | 124 +++++++++++-----------------------------------
src/vol/volume.c | 8 +--
3 files changed, 35 insertions(+), 104 deletions(-)
--
OpenAFS Master Repository