OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1235-gbcdcf5c

Gerrit Code Review gerrit@openafs.org
Sun, 5 Jun 2011 07:08:12 -0700 (PDT)


The following commit has been merged in the master branch:
commit bcdcf5cf38951c09b39a6ef7561981f09792d03f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon May 23 06:24:09 2011 +0100

    vlserver: Add flags to extent address entries
    
    Add a "flags" field to the extent address entry so that we can store
    per server bit flag information. Rename the header flags feel (and
    corresponding macro) so that it's explicitly a header flag. Take
    this opportunity to also fix this comment to clarify that the header
    flags are not a copy of anything from the vlentry, but that they
    must be at the same structure offset as the vlentry flags field (so
    that something accessing an extent block as if it was a vlentry can
    see what it is from the flags)
    
    Change-Id: If8a4816418d9400fb971679c08b4777e7d83c983
    Reviewed-on: http://gerrit.openafs.org/4776
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vlserver/cnvldb.c     |    4 ++--
 src/vlserver/vldb_check.c |    8 ++++----
 src/vlserver/vlserver.p.h |    9 ++++++---
 src/vlserver/vlutils.c    |    4 ++--
 4 files changed, 14 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository