OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1553-g0fb2e3a

Gerrit Code Review gerrit@openafs.org
Tue, 23 Aug 2011 09:39:27 -0700 (PDT)


The following commit has been merged in the master branch:
commit 0fb2e3a6dbfdf91bcf1591e454a00171792b7a38
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sun Aug 21 12:02:29 2011 -0400

    dir: verified pathnames fallout
    
    Fix some issues introduced with the verified directory path names
    commit in master:
    - In GetVerifiedBlob, the output parameter is set to NULL on entry
    and dereferenced later on.
    - For Linux, the code in afs_linux_readdir was changed to pass a
    DirEntry to GetVerifiedBlob.  This is incorrect, the function still
    expects a DirBuffer pointer.
    - In afs_dir_IsEmpty, the assignment of ep was removed, leaving
    the function to dereference this pointer which was never set.
    
    Change-Id: I9045076ebe636cf68c19487c0d58baebf2de7dd1
    Reviewed-on: http://gerrit.openafs.org/5292
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/LINUX/osi_vnodeops.c |    3 ++-
 src/dir/dir.c                |    4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository