OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-78-g8e03130

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 15:54:11 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8e031303ce41d89a30a58e728118550cc0fcd7bc
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sun Oct 23 22:45:21 2011 -0400

    dir: add missing return in DRead
    
    A missing return in the kernel version of DRead causes the code to
    think that no entry exists for a dir and proceed to allocate a new
    one, if the entry is the third one in the hash chain.
    
    If the existing entry is dirty, its contents are never written back,
    and the pending changes to the directory are not seen by the client.
    
    Change-Id: I9853b02c114225c02c68b8086aa6cf0ee8fd1a13
    Reviewed-on: http://gerrit.openafs.org/5666
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry-picked from 7829e7152361c38a22a7ba4c11e4f614e4392d60)
    Reviewed-on: http://gerrit.openafs.org/5908
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/afs/afs_buffer.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository