OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-94-gffa8655

Gerrit Code Review gerrit@openafs.org
Tue, 1 Nov 2011 19:26:42 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit ffa86554af738fb49a17889870616ad113b70374
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Apr 17 21:30:39 2011 +0100

    Tidy up uio_t meaning
    
    On IRIX, uio_t is typedef'd to "struct uio".
    On Darwin, uio_t is typedef'd to "struct uio *".
    
    Reduce the confusion by just not using "uio_t" in places where it
    isn't being defined for us, and avoiding it completely in cross-platform
    code.
    
    Reviewed-on: http://gerrit.openafs.org/4748
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit ca465e432d67b067fc3854781b8702aaff577cc7)
    
    Change-Id: Id37d11e72d196f5008e9843d4f04c492a4017e72
    Reviewed-on: http://gerrit.openafs.org/5779
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/LINUX/osi_file.c         |    6 +++---
 src/afs/LINUX/osi_machdep.h      |    4 ++--
 src/afs/LINUX/osi_prototypes.h   |    2 +-
 src/afs/LINUX/osi_vnodeops.c     |   20 ++++++++++----------
 src/afs/LINUX24/osi_file.c       |    6 +++---
 src/afs/LINUX24/osi_machdep.h    |    4 ++--
 src/afs/LINUX24/osi_prototypes.h |    2 +-
 src/afs/LINUX24/osi_vnodeops.c   |   12 ++++++------
 src/afs/afs_bypasscache.c        |    8 ++++----
 src/afs/afs_bypasscache.h        |    5 +----
 src/afs/afs_prototypes.h         |    6 +++---
 11 files changed, 36 insertions(+), 39 deletions(-)

-- 
OpenAFS Master Repository