OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2334-g5815c5f

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


The following commit has been merged in the master branch:
commit 5815c5ffb03e8afa0d36eef7da865e564d568296
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Mar 31 14:23:18 2012 -0400

    Unix CM: We're disconnected if RW disconnected too
    
    At the moment, the Unix CM doesn't support entering a purely RO
    disconnected mode (the historical AFS_IS_DISCONNECTED mode). If we
    go disconnected, or reconnect we always toggle RW discon at the same
    time as we toggle RO. Arguably, the RO disconnected mode should just
    be removed, as it is now superceded.
    
    For the moment, make it clear to the compiler that RW disconnected
    implies RO disconnected, so that static analysis can make more sensible
    decisions about code paths.
    
    Change-Id: I7e2d04d2cf67740c6b6285950874c6a4eaeb0537
    Reviewed-on: http://gerrit.openafs.org/7097
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/discon.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository