OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-48-g50f6529

Gerrit Code Review gerrit@openafs.org
Fri, 21 Aug 2009 16:31:14 -0700 (PDT)


The following commit has been merged in the master branch:
commit 50f6529cf1f191606f55add4cabe53fceab492ed
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Tue Jul 21 19:58:16 2009 +0100

    Make lockIDSet readable by mortals
    
    The lockIDSet function was a sprawling mess of #ifdefs. This change
    consolidates it so there is completely different function for each
    platform, with some internal #ifdefs remaining for platform-specific
    variations. The side effect of this is that the function is now readable.
    
    Reviewed-on: http://gerrit.openafs.org/164
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: Russ Allbery <rra@stanford.edu>

 src/afs/VNOPS/afs_vnop_flock.c |  161 ++++++++++++++++++++++------------------
 1 files changed, 88 insertions(+), 73 deletions(-)

-- 
OpenAFS Master Repository