OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2318-g709a635

Gerrit Code Review gerrit@openafs.org
Sun, 8 Apr 2012 18:13:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 709a6358e1d1f6cc0b025522e1e595c50bb2b733
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Apr 8 13:58:25 2012 +0100

    fileserver: Fix NeverAttach support
    
    Commit 35becabed870d4bfe49abaa499d99a3ffb0a2d31 added support for
    the /vicepXX/NeverAttach. However this code only appears to work on
    Linux. It fails build testing on (at least) Mac OS X, FreeBSD, and AIX.
    Modify the code so that the NeverAttach call uses the same variable to
    locate the path of the partition as the AlwaysAttach call does.
    
    Change-Id: Ic87e112f362ac6d23376fb0a263d021c29c0b06e
    Reviewed-on: http://gerrit.openafs.org/7125
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/vol/partition.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository