OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-164-gf7d298d

Gerrit Code Review gerrit@openafs.org
Wed, 11 Aug 2010 16:47:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit f7d298d367cc5deea00a44601f845f543993ef09
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Wed Aug 11 23:14:31 2010 +0100

    LINUX: More flock fixes
    
    Turns out the we have two almost identical lock routines on Linux,
    one for POSIX locks, and one for flocks. Fix them both. Also,
    while we're at it, make the same fixes in the LINUX24 tree.
    
    Thanks to Andrew Deason for pointing out the oversight in the
    original patch (5abe706a7e237d3872db3638d947a14c935370d5)
    
    Change-Id: I59f0f1e12af36a97e490df36537ac17e8ed87303
    Reviewed-on: http://gerrit.openafs.org/2535
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/afs/LINUX/osi_vnodeops.c   |    4 ++--
 src/afs/LINUX24/osi_vnodeops.c |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository