Don't split int64s when we don't need to
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 13 Jul 2011 13:23:22 +0000 (14:23 +0100)
committerDerrick Brashear <shadow@dementia.org>
Wed, 13 Jul 2011 21:37:36 +0000 (14:37 -0700)
commit85b8372b44036f4e10cb30e9dbdd572700d10aaa
tree15c36dbfcd24e6ca5941ad0230cf4d726c890d66
parent8df379696ca6303cd2e4cd3eed34e4552725853b
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
src/vol/fssync-debug.c
src/vol/volume.c