OpenAFS Master Repository branch, master, updated. openafs-stable-1_8_0pre1-44-gdd80f08

Gerrit Code Review gerrit@openafs.org
Wed, 3 May 2017 00:05:17 -0400


The following commit has been merged in the master branch:
commit dd80f081663c50f93618da7a309b390f2fbdbc59
Author: Tim Creech <tcreech@tcreech.com>
Date:   Sun Mar 5 18:13:45 2017 -0500

    FBSD: build fix for FreeBSD 11
    
    r285819 eliminated b_saveaddr from struct buf, while r292373 changed the
    arguments to VOP_GETPAGES. The approach used by this patch to address
    these changes was inspired by FreeBSD's nfs and samba clients.
    
    Change-Id: Ibcf6b6fde6c86f96aa814af2bca08f1a8b286740
    Reviewed-on: https://gerrit.openafs.org/12575
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/FBSD/osi_vnodeops.c       |   69 ++++++++++++++++++++++++++----------
 src/afs/VNOPS/afs_vnop_strategy.c |    6 ++--
 src/config/param.generic_fbsd.h   |   10 +++++
 3 files changed, 63 insertions(+), 22 deletions(-)

-- 
OpenAFS Master Repository