OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1869-g72e5bd1

Gerrit Code Review gerrit@openafs.org
Thu, 10 Nov 2011 13:03:06 -0800 (PST)


The following commit has been merged in the master branch:
commit 72e5bd1434a6a2238f28f11a149192f44d0b82d1
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Nov 9 22:47:55 2011 -0500

    Windows: FSCTL_SET_REPARSE_POINT error
    
    According to MS_FSCC 2.3.54 if the input buffer length is less than the size
    of a REPARSE_DATA_BUFFER structure, or the input buffer length is greater
    than 16,384, or a REPARSE_DATA_BUFFER structure has been specified for a
    third party reparse tag, or the GUID specified for a third party reparse tag
    does not match the GUID known by the operating system for this reparse
    point, or the reparse tag is 0 or 1, then the return status shall be
    STATUS_IO_REPARSE_DATA_INVALID.
    
    Change-Id: I0072902afc8bc354af8f9b84b1021b37191dc23a
    Reviewed-on: http://gerrit.openafs.org/5828
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository