OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-52-g3d4931c

Gerrit Code Review gerrit@openafs.org
Mon, 11 Oct 2010 03:43:53 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 3d4931c8cd6b5b2ec9da49a8fea70f6a25875a82
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Oct 1 11:45:57 2010 -0500

    Use afs_foff_t for offsets
    
    A few places were not using afs_foff_t for file offsets (e.g. passing
    them to FDH_SEEK, or for getting a result from vnodeIndexOffset),
    instead using off_t or a plain int, etc. Change them to use
    afs_foff_t so we don't encounter errors when dealing with overly large
    files.
    
    This is a 1.4-only change. The analogous fixes in the 1.5 are in parts
    of the commits 13dba17d5a845475e8c68ae00c4b77fee12d48c6 and
    d730f7ceb586ac12d5f04dc5ab294f5d4f449334 .
    
    Change-Id: Ib788d954b1c34c24f7e510c167009af06642edd7
    Reviewed-on: http://gerrit.openafs.org/2879
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/vnode.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository