OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3696-g6394531

Gerrit Code Review gerrit@openafs.org
Tue, 9 Apr 2013 07:17:43 -0700 (PDT)


The following commit has been merged in the master branch:
commit 639453196dd9f71a86e61d2c83e2e8ae0d8bf45f
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Mon Apr 8 20:51:52 2013 -0600

    Increase size of space for ACL in "up" command.
    
    The amount of space allocated for use by the pioctl call to
    obtain the ACL for the source directory in the "up" command
    is not large enough and the call fails when access lists get
    sufficiently large.
    
    This change increases the size of the space provided to
    pioctl to the maximum possible. This allows for much larger
    access lists and is consistent with a similar call in the
    "fs listacl" command).
    
    Change-Id: I177387e7346a9e2788f3556fd8754a7f93a2794b
    Reviewed-on: http://gerrit.openafs.org/9753
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/venus/up.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository