OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-51-gd5d948b
Gerrit Code Review
gerrit@openafs.org
Mon, 11 Oct 2010 03:23:07 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit d5d948bac870480720876a6a7325b5cdfe3a6dbc
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jul 7 15:43:26 2010 -0500
Use afs_sfsize_t for *_SIZE results
Callers of FDH_SIZE and OS_SIZE should be storing the results in an
afs_sfsize_t. Some were using regular 'int's and other things, which
can screw up if the file is sufficiently large.
Reviewed-on: http://gerrit.openafs.org/2357
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit c62466ecabffbb8a8af7e18d1a0e8152685f859b)
Change-Id: I16f23b9cdecaa37814d035b316e5f4d0f5f8a53b
Reviewed-on: http://gerrit.openafs.org/2423
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/viced/afsfileprocs.c | 3 ++-
src/vol/vnode.c | 2 +-
src/vol/vol-info.c | 19 ++++++++++---------
src/vol/vol-salvage.c | 10 ++++++----
src/vol/volume.c | 2 +-
src/volser/dumpstuff.c | 10 +++++-----
src/volser/vol-dump.c | 2 +-
7 files changed, 26 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository