OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_6-30-ge4c83c5

Gerrit Code Review gerrit@openafs.org
Thu, 27 Feb 2014 05:00:07 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit e4c83c5c17b19d3ad599b48a1cfabd5f90275594
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Mar 30 19:41:17 2012 +0100

    afs: Handle reading past the end of a file
    
    ... except that this change doesn't actually handle this, it just
    stops clang from throwing an error about the bogus code that's already
    in there. This needs fixed properly ...
    
    Reviewed-on: http://gerrit.openafs.org/7090
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 3198cef8ccf0d9cb9a7479c0b973e604e21e62fc)
    
    This change differs slightly from the one on master because on master,
    afs_MemRead and afs_UFSRead were consolidated into afs_read().  On the
    1.6 branch, we must patch the two functions separately.
    
    Change-Id: I7d8d104c89355c0a3294372340af0e02ab170b59
    Reviewed-on: http://gerrit.openafs.org/10744
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: D Brashear <shadow@your-file-system.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/afs/VNOPS/afs_vnop_read.c |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository