OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1673-g5263b04

Gerrit Code Review gerrit@openafs.org
Thu, 15 Sep 2011 11:36:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5263b04796dfae34b2ac52e420bdc2f0c70e0568
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Sep 15 14:00:39 2011 -0400

    windows: Set ReparsePoint Attribute in FileAttributes
    
    The ReparsePoint Attribute is a primary attribute that is used
    internally within the redirector to determine when the object
    is a reparse point.  It must be set in all code paths that
    obtain the FileAttributes from the service.  Do not fold it in
    during the QueryBasicInformation response processing.
    
    Change-Id: Iba819dd94ec03133f78a4d18559dbd1b5352788e
    Reviewed-on: http://gerrit.openafs.org/5448
    Reviewed-by: Peter Scott <pscott.kd@gmail.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp   |   13 +++++++++++++
 src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp |    7 -------
 src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp  |   16 ++++++++++++++++
 3 files changed, 29 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository