OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2994-g78ae01f

Gerrit Code Review gerrit@openafs.org
Fri, 12 Oct 2012 18:31:56 -0700 (PDT)


The following commit has been merged in the master branch:
commit 78ae01fb9837d79e7bbdb2918872ab106d4c7e98
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Fri Oct 12 16:25:43 2012 -0400

    Linux: osi_vcache: Fix loop for the hlist case
    
    An hlist is not circular, and the end is marked by a NULL next
    pointer.
    
    Change-Id: Iec7ad7e3e7ee989d548233b045aa8def1ebfb1dc
    Reviewed-on: http://gerrit.openafs.org/8233
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/LINUX/osi_vcache.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository