OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-554-g9da7f3c

Gerrit Code Review gerrit@openafs.org
Fri, 10 Dec 2010 11:42:38 -0800 (PST)


The following commit has been merged in the master branch:
commit 9da7f3cc73bf990427a9dd80ba2bbbb618383ea3
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Dec 9 13:02:16 2010 -0600

    DARWIN: Fix setpag syscall error detection
    
    Darwin uses the same variable as the return value for
    ioctl_afs_syscall, and as the last 'out' parmater, so the return value
    for ioctl_afs_syscall will always overwrite whatever is written to the
    last 'out' parameter. Instead, record two different variables, and
    allow the returned error to overridte the error set as the last
    parameter.
    
    Change-Id: I7db1b226612c55c892810ce446b486b7e503529c
    Reviewed-on: http://gerrit.openafs.org/3497
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/sys/setpag.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository