]> git.michaelhowe.org Git - packages/o/openafs.git/commit
vol: remove potential data loss warnings in vol-salvage.c
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 20 Jan 2011 07:03:56 +0000 (02:03 -0500)
committerDerrick Brashear <shadow@dementia.org>
Sat, 22 Jan 2011 20:43:51 +0000 (12:43 -0800)
commit55ca096adbaf0256c2a21d28060cbc667cf6b69e
treed9cce76fc950c5070aa0c4d3f647bbdd48ec895d
parent01fc5d0577409c889ca5ad6f3bc1d624138922bc
vol: remove potential data loss warnings in vol-salvage.c

afs_sfsize_t is not always the same size as 'int'.
Avoid warnings by using afs_sfsize_t in the appropriate locations.

Change-Id: I88f7458421c3a9c2081597e5481d352bd5a2927a
Reviewed-on: http://gerrit.openafs.org/3706
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
src/vol/vol-salvage.c