OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-678-geb6f3a8

Gerrit Code Review gerrit@openafs.org
Sat, 22 Jan 2011 12:44:17 -0800 (PST)


The following commit has been merged in the master branch:
commit 55ca096adbaf0256c2a21d28060cbc667cf6b69e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jan 20 02:03:56 2011 -0500

    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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository