OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-163-g8de04de

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


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8de04de7e1e24fc0b320adb276c17da3fa36a140
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: Ied458e193ebf10144c954a1b29e38454a5323ec4
    Reviewed-on: http://gerrit.openafs.org/5828
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry-picked from 72e5bd1434a6a2238f28f11a149192f44d0b82d1)
    Reviewed-on: http://gerrit.openafs.org/5993

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

-- 
OpenAFS Master Repository