OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-84-g850ca0e

Gerrit Code Review gerrit@openafs.org
Wed, 26 Oct 2011 15:55:59 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 080e4a736ba95d4dcb4167a1a8f8accab8a928b0
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Oct 11 10:51:14 2011 -0500

    volser: Remove ExtractVolId
    
    volser was using its own function to extract a volume ID from a
    filename string, and was using atol to do so. The ato* family of
    functions can have problems with larger volume IDs, not to mention a
    lack of error checking, so don't use it. Since we already have the
    function VolumeNumber in the vol package to do the very same thing,
    just use that instead.
    
    Reviewed-on: http://gerrit.openafs.org/5594
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 87f969f82d12c8200ede3fd30a151e09ab0bf6ad)
    
    Change-Id: I4f047c4141493e151db0a6b5ec21bee3af35e040
    Reviewed-on: http://gerrit.openafs.org/5720
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Derrick Brashear <shadow@dementix.org>

 src/volser/volprocs.c |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

-- 
OpenAFS Master Repository