OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1777-g7829e71

Gerrit Code Review gerrit@openafs.org
Mon, 24 Oct 2011 03:43:20 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7829e7152361c38a22a7ba4c11e4f614e4392d60
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: I8b0f86b04d6ac8f75720933308a0983810974ff4
    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>

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

-- 
OpenAFS Master Repository